konstantinbueschel
11/19/2014 - 2:48 PM

iOS: Exports an .xcarchive into an .ipa file.

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>"