In XCode 5.1, the default arch to build APP is arm64 included, so if you want to have 32-bit build only, steps:
Select on build project and open ARCH
Remove 'Standard Architect'
Add 'amrv7'
Add 'amrv7s'
Clean and build
本文共 266 字,大约阅读时间需要 1 分钟。
In XCode 5.1, the default arch to build APP is arm64 included, so if you want to have 32-bit build only, steps:
Select on build project and open ARCH
Remove 'Standard Architect'
Add 'amrv7'
Add 'amrv7s'
Clean and build
转载于:https://my.oschina.net/justdoit/blog/345568