Does Xcode 6 Simulator use x86_64?

懵懂的女人 提交于 2019-12-24 05:12:12

问题


Sorry to have to ask this. This relates to Undefined symbols for architecture x86_64 when building for ARM64, but I only have Xcode 4 and 5 for testing.

Does Xcode 6 use x86_64 for the iOS simulator?


This seems to be related: Xcode 6 iOS Simulator (iPad2, iPhone5) now Release Mode now running x86_64. Debug i386. But I can't quite make out the finer points the person asking the question is making.


回答1:


It depends. It uses x86_64 when building for a 64-bit simulated device. It uses i386 when building for a 32-bit simulated device.



来源:https://stackoverflow.com/questions/28079224/does-xcode-6-simulator-use-x86-64

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