“存档无效”在 Xcode 中进行存档验证期间
我尝试上传我的应用程序的更新。但是我总是收到此错误消息:
我使用 xcode 4.2 和 iOS 5.0 SDK。我读过这个问题 Xcode iOS组织者提交到应用程序商店会产生“存档无效”错误,但没有任何帮助。
我尝试
- 使用命令行卸载 xcode 并重新安装它
- 删除所有分发配置文件并
- 在文本编辑器中创建新打开的项目文件删除所有配置行 和代码签名行,清理和构建
我不断收到此错误消息。有什么想法吗?
I try to upload an update for my app. However I always get this error message:
I use xcode 4.2 and the iOS 5.0 SDK. I read that question Xcode iOS organizer submit to app store yields "The archive is invalid" error but nothing helped.
I tried following
- uninstall xcode using command line and reinstall it
- delete all distribution proviles and create new
- opened the project file in text editor removed all provisioning lines
and code sign lines, clean and build
I keep getting this error message. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我尝试使用文本编辑器从项目文件中删除 CODE_SIGN_IDENTITY,但没有成功。 http://elishaz.tistory.com/entry /The-archive-is-invalid-appipa-does-not-exist
但是,在管理器中提交时,请尝试使用
不要辞职
,而不是选择您的分发配置文件。
这对我有用。
马特
I tried removing CODE_SIGN_IDENTITY from the project file using a text editor with no luck. http://elishaz.tistory.com/entry/The-archive-is-invalid-appipa-does-not-exist
However, try using
Don't resign
instead of choosing your distribution profile when submitting in the Organizer.
It worked for me.
Matt
我使用的是 Xcode 4.2 beta,它无法向应用程序商店提交有效的应用程序,因为它是 beta 版。我回滚到 xcode 4 并且能够上传我的构建。
I was using Xcode 4.2 beta which cannot submit valid applications to the appstore, since it is beta. I rolled back to xcode 4 and was able to upload my build.