Skip to content

Instantly share code, notes, and snippets.

@TylerMoeller
Forked from ZevEisenberg/resetAllSimulators.sh
Created October 19, 2018 18:11
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 TylerMoeller/e07fbd0a04ec67447fc724083fbc3be1 to your computer and use it in GitHub Desktop.
Save TylerMoeller/e07fbd0a04ec67447fc724083fbc3be1 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