【问题标题】:Invalid Binary on Itunes in ios sdkios sdk中Itunes上的无效二进制文件
【发布时间】:2013-05-17 01:36:02
【问题描述】:

我只是尝试上传我的应用程序的新版本,修复了一些错误。

我检查所有图标文件和版本历史都设置在 plist 文件中。

应用程序通过了验证并显示我已提交并还显示我Upload received

但 2 分钟后它显示Invalid Binary

我无法找到问题所在。 帮我解决这个问题。

谢谢,

【问题讨论】:

  • 我们遇到了类似的问题,可能的解决方法是,请检查 iCloud 是否在应用程序 ID 中启用,将其关闭。还要检查其他不必要的选项,例如游戏中心。检查邮件也可能有拒绝的指示或确切原因。
  • 检查您的邮箱是否有来自Apple 的与此问题相关的电子邮件?

标签: ios iphone xcode itunes


【解决方案1】:

首先请检查您的电子邮件帐户(Developer ID) 电子邮件地址。在我的情况下,我收到了带有诊断信息的电子邮件表格Apple。 这是电子邮件中的所有详细信息。

Invalid Code Signing Entitlements - The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-container-identifiers entitlement, the first value in the array must consist of the prefix provided by Apple in the provisioning profile followed by a bundle identifier suffix. The bundle identifier must match the bundle identifier for one of your apps or another app that you are permitted to use as the iCloud container identifier.

Specifically, value "KD8JU7654H.*" for key "com.apple.developer.ubiquity-container-identifiers" in ProductName is not supported.

Invalid Code Signing Entitlements - The signature for your app bundle contains entitlement values that are not supported.

Specifically, value "KD8JU7654H.*" for key "com.apple.developer.ubiquity-kvstore-identifier" in ProductName is not supported.

在另一个选项Revoked 你所有的certificates。然后添加新的app idprovisioning 然后尝试upload application.

【讨论】:

  • 您还可以从其他链接器标志中删除不需要的框架,因为框架名称可能包含 UDID/uniqueIdentifier 。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-12-07
  • 2012-07-24
  • 1970-01-01
  • 2014-03-18
  • 1970-01-01
相关资源
最近更新 更多