Xcode iOS organizer submit to app store yields quot;The archive is invalidquot; error(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 管理器提交到应用商店产生“存档无效";错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Xcode iOS 管理器提交到应用商店产生“存档无效";错误
基础教程推荐
- Play 商店的设备兼容性问题 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
