美文网首页
自动化打包

自动化打包

作者: Gunks | 来源:发表于2020-11-03 16:22 被阅读0次

参考文章

第一步

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"

相关文章

网友评论

      本文标题:自动化打包

      本文链接:https://www.haomeiwen.com/subject/fifivktx.html