I recently upgraded to macOS 13 Big Sur and found homebrew wouldn’t work.
I worked out you need new XCode command line tools:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
brew update
brew doctor
brew upgrade
This worked a treat – now brewing on Big Sur 🥸
2 replies on “Homebrew on macOS Big Sur”
This does not work on macOS Big Sur – Version 11.1 Beta (20C5048k) with Xcode Version 12.2 (12B45b). Apple responds that it “Can’t install the software because it is not currently available from the Software Update server.”
What does?