Last active
May 22, 2024 09:42
-
-
Save alekseypotapov-dev/98aa1600ff19b626b0ebff39fff41be3 to your computer and use it in GitHub Desktop.
Cleaning mac from Xcode's files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Clean the following folders referring to http://ajithrnayak.com/post/95441624221/xcode-users-can-free-up-space-on-your-mac | |
| ~/Library/Developer/Xcode/DerivedData | |
| ~/Library/Developer/Xcode/Archives | |
| ~/Library/Developer/Xcode/iOS DeviceSupport | |
| ~/Library/Developer/CoreSimulator | |
| ~/Library/Caches/com.apple.dt.Xcode | |
| ~/Library/Application Support/MobileSync/ | |
| xcrun simctl delete unavailable | |
| xcrun simctl --set previews delete all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment