xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun-Mac

Pubblicato il: 12 agosto 2022
sul canale di: DevOps Studio
867
20

Solution: xcode-select --install

In short, Git is not working after macOS Update.


What happened? When I tried to use git command line tool, I faced this error:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


The error means that the xcode command line tools are not installed on this mac or need an update. This error occurs after almost every mac OS update / upgrade.


The fix for this error problem is to install xcode tools by this command:
xcode-select --install
after that accept the privacy policy and terms & conditions, then wait until the XCode tools installed on your system. That's it.


In questa pagina del sito puoi guardare il video online xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun-Mac della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DevOps Studio 12 agosto 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 867 volte e gli è piaciuto 20 spettatori. Buona visione!