Skip to content

Instantly share code, notes, and snippets.

@souzainf3
Forked from tamanugi/file0.txt
Created July 23, 2020 22:41
Show Gist options
  • Select an option

  • Save souzainf3/02fdcd9122171d739e99f84cfd118a51 to your computer and use it in GitHub Desktop.

Select an option

Save souzainf3/02fdcd9122171d739e99f84cfd118a51 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