Clean up only Xcode unavailable simulators and Android Studio Cache #473
-
|
Hello friends, I'm wondering if I can clean up only the Xcode unavailable simulators because it will clean 95 >> 77.39GB and the Android Studio cache it will clean 79 items, 6.33GB. This would be very very helpful for us as developers on macOS. I don't want to touch anything else, any insight is always welcome Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
vhugogarcia
Feb 19, 2026
Replies: 1 comment
-
|
List all installed simulators to identify which to delete. Open Terminal and run: To delete all unavailable simulators (a common cleanup task), run: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vhugogarcia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
List all installed simulators to identify which to delete. Open Terminal and run:
xcrun simctl list devicesTo delete all unavailable simulators (a common cleanup task), run:
xcrun simctl delete unavailable