Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save codewithsanthoshofficial/b30301884c5b9ab681f919f3798ba441 to your computer and use it in GitHub Desktop.

Select an option

Save codewithsanthoshofficial/b30301884c5b9ab681f919f3798ba441 to your computer and use it in GitHub Desktop.
Terminal_Commands_Macbook
###How to Delete All Cloned Simulators (Fastest Method)
xcrun simctl delete unavailable
### Delete all simulator clones
Delete all simulator clones
###Delete Clones from Xcode UI:
Window → Devices and Simulators
### Clear Derived Data (Important)
rm -rf ~/Library/Developer/Xcode/DerivedData
OR
Xcode → Settings → Locations → Derived Data → Delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment