本文介绍了错误ITMS-9000 iTunes Connect的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图将 phonegap 构建 iOS 应用程序上传到应用商店,我一直收到此错误



ERROR-ITMS-9000 ::缺少代码签名授权。在可执行文件'com.fitness.challenges'中找不到授权/30DayFitness.app/30DayFitness'。在SoftwareAssets / SoftwareAsset(MZItmspSoftwareAssetPackage)



我设置了我的开发和分发配置文件和证书,并上传了 cerificate.12 并将配置个人资料设为 build.phonegap.com



非常感谢!

解决方案

我通过添加-538h到iphone5初始屏幕png文件名! b
$ b

所以它是 - splash-iphone5-538h.png



这就是打破上传!


I am trying to upload a phonegap build iOS app to the app store and I keep getting this error

ERROR-ITMS-9000:: "Missing Code Signing Entitlements. No entitlements found in the bundle 'com.fitness.challenges' for executable 'Payload/30DayFitness.app/30DayFitness'." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

I have set up my development and distribution provisioning profiles and certificates, and uploaded the cerificate.12 and provision profile to build.phonegap.com

any help be great thanks!

解决方案

i fixed this by adding -538h to the iphone5 splash screen png file name!

so it was - splash-iphone5-538h.png

that was all that was breaking the upload!

这篇关于错误ITMS-9000 iTunes Connect的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 08:50