Skip to content

Instantly share code, notes, and snippets.

@Fusion86
Last active January 30, 2018 09:55
Show Gist options
  • Save Fusion86/5f0beb18dd17857075bcbc9c4a150d76 to your computer and use it in GitHub Desktop.
Save Fusion86/5f0beb18dd17857075bcbc9c4a150d76 to your computer and use it in GitHub Desktop.
Export .xcarchive to .ipa
xcodebuild -exportArchive -exportFormat ipa -archivePath <FILE_NAME>.xcarchive -exportPath ~/Desktop/<FILE_NAME>.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment