第一步
xcodebuild clean -workspace copy.xcworkspace -scheme copy -configuration Release
第二步
xcodebuild archive -workspace copy.xcworkspace -scheme copy -archivePath /Users/zhongtong/Desktop/copy/copy.xcarchive
第三步
xcodebuild -exportArchive -archivePath /Users/zhongtong/Desktop/copy/copy.xcarchive -exportPath /Users/zhongtong/Desktop/copy -exportFormat ipa -exportProvisioningProfile "developmentProfile"
网友评论