IOS 8 Simulator unable to boot

前端 未结 10 2194
醉话见心
醉话见心 2020-11-30 14:26

When I try to run my app with Xcode 6 Beta 4 on the Simulator iOS 8.0 I always get this error:

Unable to boot the iOS Simulator

10条回答
  •  不知归路
    2020-11-30 15:14

    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

    1. Terminal will ask you machine password

    2. 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

    1. Open file manually from /etc/launchd.conf (Shift+cmd+g) and enter /etc/ (TextEdit software)

    2. In file "DYLD_INSERT_LIBRARIES" flag replace with "ZZ" and save it.

    3. Restart your machine.

    4. Xcode will defiantly works.

提交回复
热议问题