Xcode 6 simulator ,unable to boot error

六眼飞鱼酱① 提交于 2019-11-29 11:45:23

I was facing the same issue and finally it is resolved. Thanks to apple who helped me.

For those who are still looking for solution, here is the one which helped me:

Just unset DYLD_INSERT_LIBRARIES environment variable in the /etc/launchd.conf or ~/.launchd.conf file. Which you can edit by "sudo vi /etc/launchd.conf" command. remove the above flag save it by using "ZZ" (captial Z) command and reboot the system. It works like a charm. Hope this helps you all.

Amol

Following are the steps for solved above issue:

  1. Search launchd.conf file in your mac
  2. If not found then create from Terminal with help of command

    ~ user$ sudo touch /etc/launchd.conf

  3. Terminal will ask you machine password

  4. Then Open created file with help of command for EDIT, if terminal give you error as permission failed

    ~ user$ sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /etc/launchd.conf

  5. Then open file manually from /etc/launchd.conf (Shift+cmd+g) and enter /etc/ (TextEdit software)

  6. Remove the "DYLD_INSERT_LIBRARIES" line and save the file.
  7. Restart your machine.
  8. Xcode should work.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!