Skip to content

Instantly share code, notes, and snippets.

@AlexandrFadeev
Created April 2, 2019 07:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save AlexandrFadeev/bf976b00197df913a119b058cf27ddea to your computer and use it in GitHub Desktop.
Save AlexandrFadeev/bf976b00197df913a119b058cf27ddea 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