Code Library

Library of HTML, CSS, PHP, SQL, JavaScript & jQuery Code Snippets

  • CodeLibrary:~
  • Xcode

Reset all Xcode iOS simulators

osascript -e 'tell application "iOS Simulator" to quit'
osascript -e 'tell application "Simulator" to quit'
xcrun simctl erase all

Source: @ZevEisenberg - https://gist.github.com/ZevEis...

29th July 2016 Xcode
referencesStack Overflow logo

Copyright © 2012, 2025 Code Library. All rights reserved.