Skip to content

Instantly share code, notes, and snippets.

@tamanugi
Last active July 23, 2020 22:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tamanugi/b4146db86ed61cae5f12cb3ed6f9c6de to your computer and use it in GitHub Desktop.
Save tamanugi/b4146db86ed61cae5f12cb3ed6f9c6de to your computer and use it in GitHub Desktop.
[Xcode]「unable to boot device because it cannot be located on disk ios simulator」と出てplaygroudが動かなくなったときの対処法 ref: http://qiita.com/tamanugi/items/3358a56d34e38b50c877
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
rm -rf ~/Library/Developer/CoreSimulator
rm -rf ~/Library/Developer/XCPGDevices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment