Skip to content

Instantly share code, notes, and snippets.

@wegorich
Forked from samma835/xcarchive2ipa
Created January 10, 2017 17:51
Show Gist options
  • Save wegorich/e4c839e782fd06fd51ea7b61a1dc1f95 to your computer and use it in GitHub Desktop.
Save wegorich/e4c839e782fd06fd51ea7b61a1dc1f95 to your computer and use it in GitHub Desktop.
How to convert .xcarchive to .ipa
xcodebuild -exportArchive -exportFormat ipa -archivePath {PATH}/MyApp.xcarchive -exportPath ~/Desktop/MyApp.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment