Skip to content

Instantly share code, notes, and snippets.

@jrickerd
Created December 22, 2014 03:16
Show Gist options
  • Save jrickerd/192aadb87bc9e207194e to your computer and use it in GitHub Desktop.
Save jrickerd/192aadb87bc9e207194e to your computer and use it in GitHub Desktop.
Sign IPA
xcodebuild -exportArchive -exportFormat ipa -archivePath "<something>.xcarchive" -exportPath "<app>.ipa" -exportProvisioningProfile "<provisioning profile name>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment