简体   繁体   English

如何在Xcode 6中安装64位模拟器

[英]How to install 64bit simulator in Xcode 6

i need to test my app under 64bit ipad device. 我需要在64位ipad设备下测试我的应用。 Earlier in Xcode you could choose simulators with 64bit description (or without it to run app on 32bit simulator), but now, since I have Xcode 6 I can't see any option or description that could tell me if simulator is 32 or 64 bit. 在Xcode的较早版本中,您可以选择具有64位描述的模拟器(或者没有它来在32bit模拟器上运行应用程序),但是现在,由于我拥有Xcode 6,所以看不到任何可以告诉我模拟器是32位还是64位的选项或描述。 Is there any way to download and install 64bit simulator, or any other solution to choose between 32 and 64 bit simulators? 有什么方法可以下载和安装64位模拟器,或者有其他解决方案可以在32位和64位模拟器之间进行选择?

I'm not totally sure, but simulator has i386 architecture and armv7 / armv7s is validate only for device. 我不确定,但是模拟器具有i386架构,而armv7 / armv7s仅针对设备进行验证。 So you need read device to test it. 因此,您需要读取设备进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM