Skip to content

Instantly share code, notes, and snippets.

@autresphere
Created May 20, 2015 14:40
Show Gist options
  • Save autresphere/037759fa29697d46ff43 to your computer and use it in GitHub Desktop.
Save autresphere/037759fa29697d46ff43 to your computer and use it in GitHub Desktop.
Exporting an IPA with xcodebuild from an archive.
xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $projectname -exportFormat ipa -exportProvisioningProfile “Provisioning Profile Name”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment