Wednesday, March 4, 2015

Xcode how to Build from command line

The most useful command i could find is,


 xcodebuild -project "MyProj.xcodeproj" -scheme "MyProjProdScheme"  SYMROOT="/User/Builds/1.0.4.190/Prod_twc_adhoc" DSTROOT="/Users/Builds/1.0.4.190/Prod_twc_adhoc" archive

This generates the SYM and DSYM which is good.

References:
https://developer.apple.com/library/ios/technotes/tn2339/_index.html

No comments:

Post a Comment