xcode 9 simulator error unable to boot the simulator launchd failed to respond mac os sierra

后端 未结 3 658
情书的邮戳
情书的邮戳 2020-12-10 14:34

xcode 9 simulator error unable to boot the simulator launchd failed to respond mac os sierra

I ave tried deleting contents from derived data, restarting Xcode , Un

相关标签:
3条回答
  • 2020-12-10 15:07

    In this case, launchd is crashing when trying to launch.

    This could be as a result of deleting the /private/tmp folder.

    To resolve this, I typed the following commands on my terminal:

    sudo mkdir /private/tmp 
    sudo chmod 1777 /private/tmp
    
    0 讨论(0)
  • 2020-12-10 15:13

    I observed these issues sometimes when my mac is not connected to the internet. So here is a solutions list one of them may solve your problem.

    1. Check if you have an internet connection running in your mac.
    2. Restart the simulator.
    3. Restart mac if required.

    Hope this will help you. Thanks

    0 讨论(0)
  • 2020-12-10 15:17

    Restarting Mac solved it for me.

    0 讨论(0)
提交回复
热议问题