命令行下打包并导出ipa测试

xcodebuild -workspace StoAmigo.xcworkspace -scheme StoAmigo -destination generic/platform=iOS archive -archivePath ../Archives/StoAmigo.xcarchive
xcodebuild -exportArchive -exportFormat IPA -exportProvisioningProfile 'XC Ad Hoc: com.stoamigo.storage' -archivePath ../Archives/StoAmigo.xcarchive -exportPath StoAmigo.ipa




Signing Identity:     "iPhone Distribution: $team_name ($team_id)"
Provisioning Profile: "XC Ad Hoc: $app_id”
                      (4b2f8766-eede-4833-9e6f-2980a63a023d)

你可能感兴趣的:(命令行下打包并导出ipa测试)