Unable to boot the iOS Simulator

别来无恙 提交于 2019-12-25 18:35:16

问题


I have just installed xCode 6 from the AppStore and every time I open the iOS simulator it shows me this error:

Unable to boot the iOS Simulator

What can cause this problem and how do I fix it? (I am using a mid 2011 iMac with OS X Yosemite)


回答1:


You likely have DYLD_INSERT_LIBRARIES set. Open up Terminal.app and run 'echo $DYLD_INSERT_LIBRARIES'

If it is set to something, I suggest you unset it (or uninstall whatever set it) when needing to use the iOS Simulator on Mavericks. I suggest you look at /etc/launchd.conf and $HOME/.launchd.conf as the likely places it is being set from (you'll need to reboot after making changes).

OS X Yosemite has changes to work around this problem, so if you actually need the software that is setting DYLD_INSERT_LIBRARIES for other reasons, I suggest you use OS X Yosemite.



来源:https://stackoverflow.com/questions/26001902/unable-to-boot-the-ios-simulator

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