really delete the folder
2022-01-28 本文已影响0人
_浅墨_
Command-delete just moves it to Trash, where it still takes up space. To really delete the folder, you can enter this command in Terminal:
rm -rf ~/Library/Developer/Xcode/DerivedData/*
Command-delete just moves it to Trash, where it still takes up space. To really delete the folder, you can enter this command in Terminal:
rm -rf ~/Library/Developer/Xcode/DerivedData/*