Whats the best approach for generating an IPA file from command-line?
I\'m on xcode 4.2 and generating the archive using:
xcodebuild -scheme AppStore cle
After Archive, you need to "Export" to desired format ie ipa:
xcodebuild -sdk iphoneos7.0 -archivePath "path to archive file" -exportPath "path_for_export" -exportFormat ipa -exportArchive -exportProvisioningProfile "provisioning_profile_to_export_with"