Skip to content

Instantly share code, notes, and snippets.

@chris-kobrzak
Created February 25, 2023 19:45
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 chris-kobrzak/bd1c84bdfecaeca74c37047e2a3557ab to your computer and use it in GitHub Desktop.
Save chris-kobrzak/bd1c84bdfecaeca74c37047e2a3557ab to your computer and use it in GitHub Desktop.
Xcode devices clean-up
xcrun simctl list devices
# Remove old devices stored under ~/Library/Developer/CoreSimulator/Devices (and clogging the disk)
xcrun simctl delete unavailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment