Skip to content

Instantly share code, notes, and snippets.

@danielgalasko
Created May 8, 2015 12:54
Generating IPA from .xcarchive
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