Skip to content

Instantly share code, notes, and snippets.

@imnosov
Created December 21, 2014 20:25
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 imnosov/b0aad1a24675ac14564c to your computer and use it in GitHub Desktop.
Save imnosov/b0aad1a24675ac14564c to your computer and use it in GitHub Desktop.
Export xcode 6 archive with any provisioning profile
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