Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victoraguilarc/92aeb9be65a335589c6cf50c333eef02 to your computer and use it in GitHub Desktop.
Save victoraguilarc/92aeb9be65a335589c6cf50c333eef02 to your computer and use it in GitHub Desktop.
Reinstall Xcode iOS Simulators
1) Quit Xcode, Simulator, Instruments, etc.
2) Run in Terminal: sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
3) Run in Terminal: sudo rm -rf ~/Library/*/CoreSimulator
# Was tested on Xcode 10.2 and iOS Simulator 12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment