Skip to content

Instantly share code, notes, and snippets.

@kissarat
Forked from samma835/xcarchive2ipa
Created October 16, 2016 17:20
Show Gist options
  • Save kissarat/c1ce101c555c48fdb2fc77b87f6e2402 to your computer and use it in GitHub Desktop.
Save kissarat/c1ce101c555c48fdb2fc77b87f6e2402 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