Post

Replies

Boosts

Views

Activity

Reply to Can't update to Xcode 13 (Error: Not enough disk space)
If you are not developing iOS applications, might you don't need the full install of xCode. Removing previous version of Command Line Tools and installing new ones in two lines in Terminal: sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-select --install   Will install CLT into the "/Library/Developer/Command Line Tools" folder and it is ~2GB total for xCode 13.2
Dec ’21