关于如何编译一个多Targets的XCODE工程

1.首先要写一个脚本,例如叫做:MyBuild.sh

里面写:

# Function : 

# BY DMD 2014-9-17

echo "Hello, this is a test for Compile XCode Project";



#以下是clean所有的编译好的工程

#xcodebuild clean; 


#xcodebuild -target test_targets_for_gcc build -configuration Debug;

#xcodebuild -target test_targets_for_gcc build -configuration Release;


xcodebuild -target Project1 clean;

xcodebuild -target Project1 build -configuration Debug;


xcodebuild -target Project2 clean;

xcodebuild -target Project2 build -configuration Debug;

xcodebuild -target Project2 build -configuration Release;


echo "All Build Finished !";


然后打开终端

输入:cd (进入到和test1.xcodeproj同一个目录。)

然后输入 $sh MyBuild.sh

这样就可以编译多个Taregets了,为自己的工作节约了编译和等待时间。


注意设置XCODE路径,要在

mac2s-Mac-mini:~ mac2$ touch .bash_profile

mac2s-Mac-mini:~ mac2$ open -e .bash_profile 输入

mac2s-Mac-mini:~ mac2$ source .bash_profile 保存和更新

输入:

export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"

然后输入:XCODEBUILD -VERSION

没有报错,就表示路径输入正确

测试功能!

(世界上最难的不是程序,是别人写好的工具,在没有指导书的情况下,猜会如何用!!!)



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值