Skip to content

Instantly share code, notes, and snippets.

@kbshl
Created November 19, 2014 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/fccd2f94e799b57e7845 to your computer and use it in GitHub Desktop.
Save kbshl/fccd2f94e799b57e7845 to your computer and use it in GitHub Desktop.
iOS: Exports an .xcarchive into an .ipa file.
xcodebuild -exportArchive -archivePath <PATH_TO_MY.xcarchive> -exportPath <PATH_TO_EXPORTED_IPA> -exportFormat ipa -exportProvisioningProfile "<PROFILE_NAME>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment