Forked from AlexandrFadeev/reinstall iOS Simulators.txt
Created
August 21, 2022 23:23
-
-
Save victoraguilarc/92aeb9be65a335589c6cf50c333eef02 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