I downloaded XCode and made sure the XCode command line tools were installed by going to Preferences
-> Locations
:
The Problem: When I run brew upgrade
it throws this error:
Error: [email protected]: the bottle needs the Apple Command Line Tools to be installed.
You can install them, if desired, with:
xcode-select --install
What I Want To Know: What's the difference between the XCode command line tools and these Apple command line tools? Do I need to install both?
I'm on OSX 12.3.1, with XCode 13.3.1.
Apple Command Line Tools
are just another name forXCode Command Line Tools
.At your terminal, do:
Homebrew
should then work.This Homebrew issue notes: