Xcode 4 存档未显示在管理器中
可能的重复:
存档未显示在 XCode 4 的管理器中 < /p>
我去存档我的应用程序,一切构建都没有错误,但存档没有显示在管理器中,并且 .xcarchive 文件为 0 字节。
我查看了整个网络和此处的解决方案,包括 这个< /a>, 这个,这个,在所有构建类型的所有区域中将“跳过安装”标志设置为是/否,清理、删除/读取我的 Entitlements.plist 文件,但没有运气。
有谁知道我还可以尝试什么?
Possible Duplicate:
Archives not showing up in Organizer for XCode 4
When I go to archive my app, everything builds without error, but the archive doesnt show up in the Organizer, and the .xcarchive file is 0 bytes.
I've looked at solutions all over the web and on here, including this one, this one, this one, setting 'Skip Install' flags to YES/NO in all areas for all build types, cleaning, deleting/readding my Entitlements.plist file, with NO LUCK.
Does anyone know of anything else I can try?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
验证是否为您的应用程序目标设置了“安装目录”。如果将其留空,则无论“跳过安装”标志如何,安装似乎都会被跳过。
Verify that the 'Installation Directory' is set for your application target. Installation seems to be skipped if this is left empty, regardless of the 'Skip Install' flag.
您是否使用菜单项“产品”-> “构建”-> “为归档而构建”?我第一次尝试创建存档时就是这样做的,但它没有创建它。仅使用“产品”-> “存档”为我完成了这项工作。
Are you using the menu item, "Product" -> "Build For" -> "Build for Archiving"? I was doing that the first time I tried to make an Archive, but it doesn't create it. Using just "Product" -> "Archive" did the job for me.
对我来说解决这个问题的唯一方法是重新安装 XCode。
The only thing that fixed this for me was re-installing XCode.
最终重新创建项目,无法找到解决此问题的方法。
Ended up re-creating project, could not find a way to solve this issue otherwise.