【发布时间】:2015-10-15 18:29:10
【问题描述】:
我正在使用 Phonegap Build 开发一个应用程序。我正在尝试使用 Application Loader 将 .ipa 文件提交到 iTunes Connect。
我收到以下错误: Screenshot error when submitting with Application Loader
ERROR ITMS-90046: "Invalid Code Signing Entitlements.
Your application bundle's signature contains code signing entitlements that
are not supported on iOS. Specifically, value '*' for key
'com.apple.developer.associated-domains' in Payload/GHLRooster.app/GHLRooster'
is not supported."
如何解决这个问题?
【问题讨论】:
-
这个命令显示什么“codesign -d --entitlements - GHLRooster.app”?
-
@MikeDemidov 已经发现问题(如下所述)。某些设置导致此错误在提交之前显示在应用程序加载器中。感谢您的建议。
标签: ios app-store-connect phonegap-build application-loader