The most useful command i could find is,
This generates the SYM and DSYM which is good.
References:
https://developer.apple.com/library/ios/technotes/tn2339/_index.html
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