-
-
Save johndpope-karhoo/21020032d11884ba4e7679aa7b980e4a to your computer and use it in GitHub Desktop.
This script removes and recreates all simulators in Xcode 6.
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
gem install snapshot; snapshot reset_simulators | |
killall Xcode | |
sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService | |
rm -rf ~/Library/Developer/CoreSimulator/Devices | |
open /Applications/Xcode.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fix for multiple simulator showing up
