Skip to content

Instantly share code, notes, and snippets.

@kuzemkon
Forked from samma835/xcarchive2ipa
Created September 2, 2016 21:36
Show Gist options
  • Save kuzemkon/00e28305377956123eff68ab61abe767 to your computer and use it in GitHub Desktop.
Save kuzemkon/00e28305377956123eff68ab61abe767 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