在 XCode 6 中导出 .xcarchive?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25869456/
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
Export .xcarchive in XCode 6?
提问by christijk
How to create .xcarchive file in Xcode 6. In previous versions of Xcode we can directly export it from Organizer but in Xcode6 there is no option to export xcarchive file from Organizer.
如何在 Xcode 6 中创建 .xcarchive 文件。在以前的 Xcode 版本中,我们可以直接从 Organizer 导出它,但在 Xcode6 中没有从 Organizer 导出 xcarchive 文件的选项。
Xcode 5
Xcode 5
Xcode 6 GM
Xcode 6 通用
回答by hashier
Just take the file from the finder, it's already on your file system:
只需从查找器中获取文件,它已经在您的文件系统中:
In Xcode chose
在 Xcode 中选择
- Windows -> Organizer
- On the left chose your app
- On the right chose the version
- Right click -> show in finder
- 窗口 -> 管理器
- 在左侧选择了您的应用
- 在右边选择版本
- 右键单击 -> 在查找器中显示