Unable to boot iOS 8 Simulator

喜夏-厌秋 提交于 2019-11-26 04:56:32

问题


I have just updated my Xcode to 6.0.1 from Mac App Store, and my OS version is OS X 10.9.5. The problem is that the iOS 8 Simulator is not loading, but the iOS 7 simulator is working fine.

Every time I try to boot an iOS 8 simulator device, I get an error message:

\"Unable to boot iOS Simulator\"


回答1:


The main cause of this error is that DYLD_INSERT_LIBRARIES is set. I suggest you unset DYLD_INSERT_LIBRARIES (likely in /etc/launchd.conf) or otherwise uninstall the product that set it, and then reboot.

OS X Yosemite has a software change to deal with this situation, so if you need the product that was setting DYLD_INSERT_LIBRARIES, I suggest you update to OS X Yosemite for your development.




回答2:


Go into Window->Devices. Find the simulator that's not working, right click and delete it. Then click on the "+" button at the bottom and you can add it back in.

I had to delete a few of them, and this only takes a minute.



来源:https://stackoverflow.com/questions/25987302/unable-to-boot-ios-8-simulator

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