您的位置:首页 > 产品设计 > UI/UE

xcodebuild命令行打包发布ipa

2014-11-03 11:24 495 查看
配置好证书,然后在命令行转到项目目录

1.清除

EthantekiiMac:CTest ethan$ xcodebuild clean

2.编译

EthantekiiMac:CTest ethan$ xcodebuild -target CTest -configuration Release

3.打包ipa

EthantekiiMac:CTest ethan$ xcrun -sdk iphoneos PackageApplication -v /Volumes/work/buildCommand/test/CTest/build/Release-iphoneos/CTest.app -o /Volumes/work/buildCommand/test/CTest/CTest.ipa
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: