xcodebuild命令行打包发布ipa

时间:2014-11-03 12:42:29   收藏:0   阅读:318

配置好证书,然后在命令行转到项目目录

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

 

原文:http://www.cnblogs.com/bandy/p/4070781.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!