Unable to boot iOS 8 Simulator

只愿长相守 提交于 2019-11-26 16:48:07

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.

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.

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