Skip to content

Instantly share code, notes, and snippets.

@dodyw
Forked from ZevEisenberg/resetAllSimulators.sh
Created January 29, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodyw/b390c2c6281125558645d5f91d7acd81 to your computer and use it in GitHub Desktop.
Save dodyw/b390c2c6281125558645d5f91d7acd81 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