Xcode 4:构建时代码验证不断失败
我正在使用正确的分发证书构建我的应用程序并构建存档,以便我可以提交给Apple。
验证后,它不断向我显示有关验证失败的错误。
当我查看日志时,错误显示:
应用程序未通过协同设计验证。签名无效,或者不是使用 iPhone 分发证书进行签名。 (-19011)
知道如何解决这个问题吗?
谢谢,
JH
PS:使用 Xcode 4.2
I'm building my app with the correct Distribution Certificate and building an archive so I can submit to Apple.
Upon verification, it keeps giving me this error about failing verification.
When I look at the log, the error says:
Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
Any idea how I can fix this?
Thanks,
JH
PS: Using Xcode 4.2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我今天遇到了这个问题。下面的解决方案#2 解决了我的问题,但这里列出了一些可以尝试的事情。如果其他人有建议,请在评论中添加!
PROVISIONING_PROFILE=12345678-blah-blah-blahblah
更困难的修复,可能需要几个小时:
I ran into this problem today. Solution #2 below fixed my problem, but here's a list of things to try. If anyone else has suggestions please add them in comments!
PROVISIONING_PROFILE=12345678-blah-blah-blahblah
Much harder fixes, might require hours:
很确定您还无法使用 xcode 4.2 构建用于提交的存档。仅xcode 4.1。
Pretty sure you can't build archives for submission with xcode 4.2 yet. Only xcode 4.1.
当我意外地使用我的开发人员配置文件而不是我的分发配置文件来验证我的存档时,我得到了这个信息。
I got this when accidentally validating my archive using my developer provisioning profile instead of my distribution provisioning profile.