Xcode 6 iOS Simulator (iPad2, iPhone5) now Release Mode now running x86_64. Debug i386

你离开我真会死。 提交于 2019-12-02 06:33:07

问题


Just noticed the Simulator for the devices that do not run arm64 (so iPhone4/5, iPad 2, which should be running i386 simulator) runs x86_64 in the simulator for release mode now in Xcode 6 by default. To clarify: Debug mode still calls i386 for these simulator targets... so weird.

Noted in the build log:

clang++ -arch x86_64

This is a bit of an issue testing for older projects that only compiled vs the old i386/i686 architecture for release mode.

Anyone have any idea how to make it run in i386 for release as well?


回答1:


Solution!!!

Set Build Active Architecture Only to Yes



来源:https://stackoverflow.com/questions/26033299/xcode-6-ios-simulator-ipad2-iphone5-now-release-mode-now-running-x86-64-debu

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