Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AngelKrak/a98006e2df677c845c4ff181d31ce859 to your computer and use it in GitHub Desktop.
Save AngelKrak/a98006e2df677c845c4ff181d31ce859 to your computer and use it in GitHub Desktop.
Unable to boot the simulator launchd failed to respond - Solución
sudo chmod 1777 /Volumes/Macintosh\ HD/private/tmp
sudo chown root:admin /tmp; sudo chmod 1777 /tmp
sudo chown root:wheel /private/tmp; sudo chmod 1777 /private/tmp
xcrun simctl shutdown all

Eliminar todos los datos de tu proyecto compilado.

Go to Xcode -> Preferences -> Locations -> Derived Data (Click the little arrow) -> Delete the folder for your project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment