“存档无效”在 Xcode 中进行存档验证期间

发布于 2024-11-14 23:49:32 字数 473 浏览 6 评论 0原文

我尝试上传我的应用程序的更新。但是我总是收到此错误消息:

在此处输入图像描述

我使用 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:

enter image description here

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 技术交流群。

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

发布评论

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

评论(2

成熟的代价 2024-11-21 23:49:32

我尝试使用文本编辑器从项目文件中删除 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

揽月 2024-11-21 23:49:32

我使用的是 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.

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