Skip to content

Instantly share code, notes, and snippets.

@thanhpcc96
Forked from ZevEisenberg/resetAllSimulators.sh
Created November 16, 2018 07:33
Show Gist options
  • Select an option

  • Save thanhpcc96/76f41b62c34fddfba2fcdee35b1338fd to your computer and use it in GitHub Desktop.

Select an option

Save thanhpcc96/76f41b62c34fddfba2fcdee35b1338fd 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