无法存档应用程序 xcode 4,代码设计错误
我最近将我的应用程序上传到应用程序商店,现在我想上传它的新版本。我升级到 Xcode 4,重新下载了我的所有开发人员和分发证书,并尝试存档该应用程序以供上传,但它不会存档给我协同设计错误
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.0'
,所以我只是删除了我的钥匙串访问、xcode 管理器中的所有内容,并从配置门户重新安装了所有内容 当我将应用程序安装到 iPad 上时,它也会安装,但会抛出以下警告:
Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
我检查了 StackOverflow 上的所有链接,但没有成功
i recently uploaded my app to app store now i want to upload a new version of it.i upgraded to xcode 4, re downloaded all the my developer and distribution certificate,and tried to archive the app for upload but it wont get archived giveing me codesign error
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 5.0'
so i just deleted everything from my keychain access,xcode organizer and reinstalled everything from provisioning portal
also it when i install the app to my iPad it installs but throws following warning
Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
i checked all the links on StackOverflow but no luck
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您查看项目的“构建设置”并搜索“代码签名身份”,请确保为“发布”选项选择了分发配置文件。
您的分发配置文件是从以下位置获得的:
iOS 配置门户 ->供应->分配。
If you view the 'Build settings' of your project, and search for 'Code Signing Identity', ensure you have your Distribution provisioning profile selected for the 'Release' option.
Your Distribution provisioning profile is the one you get from:
iOS provisioning portal -> Provisioning -> Distribution.