Xcode "Build and Archive" from command line

Posted by Dan Fabulich on Stack Overflow See other posts from Stack Overflow or by Dan Fabulich
Published on 2010-04-19T02:18:34Z Indexed on 2010/04/19 2:23 UTC
Read the original article Hit count: 1405

Filed under:
|
|

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 Organizer, go to "Archived Applications," and "Submit Application to iTunesConnect."

Is there a way to use "Build and Archive" from the command line (as part of a build script)? I'd assume that xcodebuild would be involved somehow, but the man page doesn't seem to say anything about this.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about build