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