Xcode iOS 管理器提交到应用商店产生“存档无效";错误

Xcode iOS organizer submit to app store yields quot;The archive is invalidquot; error(Xcode iOS 管理器提交到应用商店产生“存档无效;错误)
本文介绍了Xcode iOS 管理器提交到应用商店产生“存档无效";错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚从 Xcode 3 切换到 4.当我尝试将已存档的应用上传到管理器时,我收到此错误:

I just switched from Xcode 3 to 4. When I attempt to upload an app that I have archived to the organizer, I receive this error:

存档无效./var/folders/.../app.ipa 没有存在.

The archive is invalid. /var/folders/.../app.ipa does not exist.

这发生在我登录 iTunes Connect 后,选择要更新的应用程序并选择下一步.我不确定从哪里开始尝试找出导致此错误的原因.如果我遗漏了任何对诊断有用的内容,请告诉我.谢谢

This happens after I log in to itunes connect, select the application to update and select next. I am not sure where to begin trying to figure out what is causing this error. Please let me know if I am leaving out anything that would be useful for diagnosing. Thanks

推荐答案

好的,所以当您安装 Xcode 4 包时,请确保您选择了Unix Tools"选项.这就是我的问题.

Okay, so when you install the Xcode 4 package, make sure you have the "Unix Tools" option selected. This was the problem in my case.

这篇关于Xcode iOS 管理器提交到应用商店产生“存档无效";错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)
Android IllegalArgumentException: The tag for fragment_XXX is invalid. Received: layout-sw600dp/fragment_XXX_0(Android IlLegalArgumentException:Fragment_XXX的标签无效。收到:Layout-sw600dp/Fragment_XXX_0)
iOS convert audio sample rate from 16 kHz to 8 kHz(IOS将音频采样率从16 kHz转换为8 kHz)
Enforcing an audio sampling rate in iOS(在iOS中强制音频采样率)