Skip to content

Instantly share code, notes, and snippets.

@johndpope-karhoo
Forked from cabeca/simulator_populator
Last active September 13, 2016 01:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndpope-karhoo/21020032d11884ba4e7679aa7b980e4a to your computer and use it in GitHub Desktop.
Save johndpope-karhoo/21020032d11884ba4e7679aa7b980e4a to your computer and use it in GitHub Desktop.
This script removes and recreates all simulators in Xcode 6.
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
@johndpope-karhoo
Copy link
Author

johndpope-karhoo commented Sep 12, 2016

fix for multiple simulator showing up
screen shot 2016-09-12 at 13 56 55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment