Created
April 2, 2019 07:23
-
-
Save AlexandrFadeev/bf976b00197df913a119b058cf27ddea to your computer and use it in GitHub Desktop.
Reinstall Xcode iOS Simulators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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