【发布时间】:2014-09-27 16:30:15
【问题描述】:
我正在开发一个启用了 iCloud 的应用程序。将应用程序上传到苹果时出现以下错误:
Invalid Code Signing Entitlements. Your application bundle's
signature contains code signing entitlements that are not supported by iOS.
Specifically, key
`'com.apple.developer.icloud-container-identifiers' in Payload ------- not supported`
在冲浪时我也得到了一些禁用 iCloud 的答案,但我想为我的应用程序使用 iCloud 功能,所以有没有其他方法可以解决这个问题,请告诉我。 提前致谢
【问题讨论】:
-
可能是您为开发人员 cer 分配代码签名。创建生产 cer 并为代码签名分配分发 cer。
-
请告诉我您的部署目标。
标签: ios app-store icloud uploading