Skip to content

Instantly share code, notes, and snippets.

@phuochau
Last active February 1, 2021 08:06
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 phuochau/6182bbd9145a3a7ff5b9a00457a07d60 to your computer and use it in GitHub Desktop.
Save phuochau/6182bbd9145a3a7ff5b9a00457a07d60 to your computer and use it in GitHub Desktop.
Fix out of storage issue on Mac OS
  1. Remove temp folder of Android sdk
rm -rf /Users/hauvo/Library/Android/sdk/.temp
  1. Clear Derived Data of Xcode
rm -rf /Users/hauvo/Library/Developer/Xcode/DerivedData 
  1. Delete old Archives in Xcode
rm -rf /Users/hauvo/Library/Developer/Xcode/Archives 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment