Xcode设置Standard Architectures (including 64-bit)将以前的应用编译成64位程序

使用Xcode 可以很方便地将以前的应用编译成64位程序,基本过程如下:
1. 使用Xcode 5 打开原有项目。
2. 将支持的设备改成“iOS 7”。
3. 在“Build Setting”中将“Architectures”改成“Standard Architectures (including 64-bit)”。
4. 运行测试程序,解决编译过程出现的问题。

你可能感兴趣的:(xcode,编译,64位程序)