Created
December 23, 2015 07:21
-
-
Save samma835/b28491c80cbe679750b1 to your computer and use it in GitHub Desktop.
How to convert .xcarchive to .ipa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcodebuild -exportArchive -exportFormat ipa -archivePath {PATH}/MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa |
xcodebuild -exportArchive -archivePath FileName.xcarchive -exportPath -exportOptionsPlist /tmp/ExportOptions.plist
Generate ExportOption based on your release type (distribution, appstore, adhoc etc.,)
/tmp/ExportOptions.plist = plist path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xcodebuild: error: invalid option '-exportFormat'