Skip to content

Instantly share code, notes, and snippets.

@nuno
Forked from ZevEisenberg/resetAllSimulators.sh
Created March 29, 2016 16:25
Show Gist options
  • Save nuno/3e0c6636f099621fd1c7 to your computer and use it in GitHub Desktop.
Save nuno/3e0c6636f099621fd1c7 to your computer and use it in GitHub Desktop.
Reset all iOS simulators with this one weird trick
osascript -e 'tell application "iOS Simulator" to quit'
osascript -e 'tell application "Simulator" to quit'
xcrun simctl erase all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment