[Fix] Free up disk space in macOS

This hack worked for me when I was running low on disk space on my MacBook Pro, stopping me from upgrading to the latest version of Xcode and macOS. Run these quick and easy commands from the macOS terminal to clean system data over 100 GB.
- rm -rf Library/Logs
- rm -rf Library/Caches
- rm -rf System/Library/Caches
- rm -rf ~/Library/Logs
- rm -rf ~/Library/Caches

Comments
Post a Comment