Skip to content

Instantly share code, notes, and snippets.

@takaishota
Last active September 20, 2020 04:23
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 takaishota/4f881fe019940281c8f417554f686457 to your computer and use it in GitHub Desktop.
Save takaishota/4f881fe019940281c8f417554f686457 to your computer and use it in GitHub Desktop.
Failed to start launchd_simエラーでSimulatorが起動できなくなった時の対処方法

Xcode12にアップデートした後にiOS Simulatorが下記のエラーが出て起動できなくなった。

Failed to start launchd_sim: could not bind to session, launchd_sim may have crashed or quit responding Domain: com.apple.SimLaunchHostService.RequestError

↓これを参考に

https://stackoverflow.com/questions/40238266/launchd-sim-crashing-could-not-create-temporary-state-directory

/Volumes/.../private/tmpディレクトリの権限を変更したら、起動できるようになった。

chmod 1777 /Volumes/.../private/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment