Xcode - 但是...我们的档案在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7377162/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode - But... Where are our archives?
提问by Oliver
I've submitted three versions of my app onto the App Store using the Build and Archive commands. But... Where are those archives?
我已经使用 Build 和 Archive 命令将我的应用程序的三个版本提交到 App Store。但是……那些档案在哪里?
I've just learnt that I just need them to be able to read crashlogs. My ~/Library/Developer/Xcode/Archives
folder is empty (in fact there is one xarchive file inside it I've just generated now to test a crashlog reading).
我刚刚了解到我只需要他们能够阅读崩溃日志。我的~/Library/Developer/Xcode/Archives
文件夹是空的(实际上我刚刚生成了一个 xarchive 文件来测试崩溃日志读数)。
Spotlight does not find any .xarchive.
Spotlight 未找到任何 .xarchive。
I never been asked to delete or clear anything else than my project builds (Product - clean) when coding next version.
在编码下一个版本时,我从未被要求删除或清除我的项目构建(产品 - 干净)以外的任何其他内容。
回答by Codo
- Open the Organizerwindow in Xcode (menu Window > Organizer)
- Click on the Archivesicon in the top middle
- Select the desired archive by app name and date
- Click Show in Finderin the context menu
- 在 Xcode 中打开Organizer窗口(菜单Window > Organizer)
- 单击顶部中间的档案图标
- 按应用程序名称和日期选择所需的存档
- 单击上下文菜单中的在 Finder中显示