xcode8 自动打包
Posted xiaojun1604
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode8 自动打包相关的知识,希望对你有一定的参考价值。
#compile Xcode project
xcodebuild -scheme Unity-iPhone -sdk iphoneos10.0 -archivePath Unity-iPhone.xcarchive -configuration Release PROVISIONING_PROFILE=xxx-xxx-xxx-xxx-xxx archive
#export ipa
xcodebuild -exportArchive -archivePath Unity-iPhone.xcarchive -exportOptionsPlist enterprise.plist -exportPath test.ipa
备注:需要注意的是enterprise.plist文件需要提前创建,此处省略。
以上是关于xcode8 自动打包的主要内容,如果未能解决你的问题,请参考以下文章