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

前端 未结 2 1056
伪装坚强ぢ
伪装坚强ぢ 2021-02-11 16:01

When I \"Build for archive\" in Xcode 4, where does the file go? As in, where on my computer is the archived app saved?

Thanks

2条回答
  •  萌比男神i
    2021-02-11 16:44

    It depends on your build location goes (see Xcode > Preferences ... > Locations).

    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). To actually archive your work, you need to select plain old "Archive" instead of "Build for Archive".

    Hope this helps.

提交回复
热议问题