If you think a professional is expensive, wait 'til you see what an amateur can cost you!
Can’t update xcode after update to Catalina
After updating my Macbook to the latest OSX version Catalina, the xcode package wasn’t able to update anymore. After spending some time, this solution worked for me:
- Remove the xcode package by dragging it from the Applications folder to Trash
- In the Terminal, paste these two commands:
rm -rf ~/Library/Developer
rm -rf ~/Library/Caches/com.apple.dt.Xcode - Reboot your machine
- Reinstall xcode from the App Store
Leave a Reply