Post

Replies

Boosts

Views

Activity

Reply to "Not enough free space" when trying to install XCode even though there's ~7x more free space than required
These steps finally works for me by using Terminal: Remove Xcode (Removing /Application folder requires using sudo for root access): sudo -s rm -rf ~/Library/Developer/Xcode rm -fr /Application/Xcode.app Download Xcode from Apple: https://developer.apple.com/download/more/?q=xcode Download to a Removable Drive or Move the file from Download Folder to the Removable Drive I use a 32GB USB Flash Drive formatted with Mac OS Extended using Disk Utility Extract and Install: sudo -s cd /Application xip --expand /Volumes/<USB_DRIVE>/Xcode_<version>.xip
Dec ’20