12

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 , Uninstall and install of xcode etc.

user1576424
  • 215
  • 3
  • 12

3 Answers3

54

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
Yaron
  • 10,166
  • 9
  • 45
  • 65
antkhaji
  • 557
  • 4
  • 5
2

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

Shoaib Bagwan
  • 413
  • 5
  • 7
0

Restarting Mac solved it for me.

erluxman
  • 18,155
  • 20
  • 92
  • 126