Xcode “Build and Archive” from command line

前端 未结 20 1303
死守一世寂寞
死守一世寂寞 2020-11-22 13:52

Xcode 3.2 provides an awesome new feature under the Build menu, \"Build and Archive\" which generates an .ipa file suitable for Ad Hoc distribution. You can also open the O

20条回答
  •  庸人自扰
    2020-11-22 14:19

    With Xcode 4.2 you can use the -scheme flag to do this:

    xcodebuild -scheme  archive
    

    After this command the Archive will show up in the Xcode Organizer.

提交回复
热议问题