Skip to content

Instantly share code, notes, and snippets.

@coa00
Last active September 28, 2015 05:14
Show Gist options
  • Save coa00/0894541e75662ba36d94 to your computer and use it in GitHub Desktop.
Save coa00/0894541e75662ba36d94 to your computer and use it in GitHub Desktop.
iOS Simulatorが起動しなくて本当にこまった話 ref: http://qiita.com/coa00@github/items/6ae2766a2991424fd144
/private/tmp
tail -f ~/Library/Logs/CoreSimulator/CoreSimulator.log
<Error>: Error Domain=com.apple.CoreSimulator.SimError Code=159 "Unable to lookup in current state: Shutdown" UserInfo=0x7fcf83668e40 {NSLocalizedDescription=Unable to lookup in current state: Shutdown}
<Error>: Could not register service com.apple.PowerManagement.control: launch_sim_register_endpoint: 0xfffffecc
<Error>: Could not register service com.apple.SystemConfiguration.configd_host: launch_sim_register_endpoint: 0xfffffecc
<Error>: Could not register service com.apple.audio.coreaudiod: launch_sim_register_endpoint: 0xfffffecc
<Error>: Could not register service com.apple.SystemConfiguration.PPPController: launch_sim_register_endpoint: 0xfffffecc
sudo chmod -R 777 /tmp
sudo chmod -R 777 /private/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment