How to make Xcode 3.2.3 build a specfic architecture?

ぃ、小莉子 提交于 2019-12-01 13:43:50
Adam

After considerable research, I believe the answer is:

"this is now impossible - Apple has deliberately hard-coded XCode to ignore build settings"

However, I've come up with a script that automatically builds ALL platforms of a project (which you HAVE to do with static libraries - you don't have much choice now, because Apple has disabled Targets), and the script could easily be modified to do all targets, instead of all platforms:

Build fat static library (device + simulator) using Xcode and SDK 4+

Right click on your Target app under Targets and make sure that the Base SDK is set to iOS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!