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 自动打包的主要内容,如果未能解决你的问题,请参考以下文章

xcode8 自动打包

cordova工程ios打包自动编译打包,自动签名失败

xcode9打包静态库不兼容xcode8环境的处理

自动化打包之fastlane-- 代码签名和项目配置

Android 使用Jenkins自动化打包报错

Gitlab-CI自动化打包之Runner配置和CI脚本说明