MacOS (xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you are facing an error like that on new MacOS version. | |
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun | |
It means that you need to install XCode command line, open a Terminal and run this command: | |
$ xcode-select --install | |
Note: | |
If you want to download and install Command Line tools manually, it can be downloaded from: https://developer.apple.com/download/more/ |
perfect, thanks
Wops! That's awesome! Same error with M1, Macbook Pro 2021, Ventura OS.
nice, thank
I had the same problem while upgrading to macOS Ventura, and that solved the issue.
Thanks
You can just exec brew install script without removing it
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
this worked for macbook pro os montery 12.4, thanks !
This worked for me on my MacBook Pro M1 [ Ventura update ]
Works on Macbook Pro M1 Pro. MacOS Ventura 13.0.1 with this extra command after the one here
sudo xcode-select --switch /Library/Developer/CommandLineTools/
Macbook M2 Ventura - works fine!
Great! Thank you!
Thanks - That works!
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Worked in MacBook Pro 2017 Monterey OS 12.6, thanks.