Archive it does not show up in Organizer/Arch" />
开发者

Is Apple doc for archiving an iPhone app incorrect re "Skip Install build setting"

开发者 https://www.devze.com 2023-04-01 09:59 出处:网络
When following the apple doco here for archivin开发者_C百科g an application, i.e. setting\"Skip Install build setting\" to YES, when I do then go Product->Archive it does not show up in Organizer/Arch

When following the apple doco here for archivin开发者_C百科g an application, i.e. setting "Skip Install build setting" to YES, when I do then go Product->Archive it does not show up in Organizer/Archives.

However if I ignore the doco and leave "Skip Install build setting" as NO, then I do get a resultant archive appearing in Organizer.

Question - What setting should I be using to make sure the archive is good for distribution? If the answer is by setting (ie. "Skip Install build setting" ) it to YES, then how do I get around the fact the archive in this case doesn't appear in Organizer?


You should set the SKIP_INSTALL build setting for all targets in a scheme but your application, i. e. for all dependencies like frameworks and libraries. Don’t set it for the application target itself.

0

精彩评论

暂无评论...
验证码 换一张
取 消