以下是实例:
(1)清除
xcodebuild clean -project ./Documents/MyApp/MyApp.xcodeproj -configuration
${CONFIGURATION} -alltargets
(2)构建
xcodebuild archive -project ./Documents/MyApp/MyApp.xcodeproj -scheme MyApp
-archivePath bin/MyApp.xcarchive
(3)打包
xcodebuild -exportArchive -archivePath bin/MyApp.xcarchive -exportPath
MyApp -exportFormat ipa -exportProvisioningProfile “My App Provisioning Profile
Name”