简体   繁体   English

当我在Xcode 4中“Build for archive”时,文件在哪里?

[英]When I “Build for archive” in Xcode 4, where does the file go?

When I "Build for archive" in Xcode 4, where does the file go? 当我在Xcode 4中“Build for archive”时,文件在哪里? As in, where on my computer is the archived app saved? 在我的计算机上,存档的应用程序保存在哪里?

Thanks 谢谢

It depends on your build location goes (see Xcode > Preferences ... > Locations). 这取决于您的构建位置(请参阅Xcode>首选项...>位置)。

Note that "Build for Archive" doesn't archive your work in the "Archive Location" you enter there ... it just builds it as if it was being archived (so with the same pre/post-scripts being run, the right Configuration, and in your normal building location). 请注意,“Build for Archive”不会将您的工作存档在您输入的“存档位置”中...它只是将其构建为就像存档一样(因此使用相同的前/后脚本运行,右侧配置,并在您的正常建筑位置)。 To actually archive your work, you need to select plain old "Archive" instead of "Build for Archive". 要实际归档您的工作,您需要选择普通的旧“归档”而不是“Build for Archive”。

Hope this helps. 希望这可以帮助。

要快速直接访问单个存档,请在Xcode的“管理器”窗口中,转到“存档”选项卡,右键单击存档,然后“在Finder中显示”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM