无法存档应用程序 xcode 4,代码设计错误

发布于 2024-12-11 08:06:25 字数 514 浏览 0 评论 0原文

我最近将我的应用程序上传到应用程序商店,现在我想上传它的新版本。我升级到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

看透却不说透 2024-12-18 08:06:25

如果您查看项目的“构建设置”并搜索“代码签名身份”,请确保为“发布”选项选择了分发配置文件。

您的分发配置文件是从以下位置获得的:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文