MacOS (Catalina): install a fresh xCode 12.4
I'm not in love with Big Sur (far from it - it's plain ugly), and only now upgraded to Catalina.
After upgrading I wanted to upgrade xCode to 12.4 (which is the latest version which is supported on Catalina). App Store only want's to install 12.5 which is only supported (install-able) on Big Sur (piece of junk).
But I found a way.
- Install brew (https://brew.sh)
- open https://brew.sh
- follow the instructions on how to install (you might be asked to install xcode-command-line tools - do so).
- Install 'mas'
- on the command line, do: brew install mas
- Install xCode
- on the command line, do: mas install xcode - click [download] and it will install xCode 12.4.
Comments