Install Xcode Command Line Tools

Опубликовано: 30 Август 2026
на канале: Björn Albers
3,132
23

Here's how to install Xcode's Command Line Tools with a single command. On my computer, these Command Line Tools had suddenly disappeared, so I had to reinstall them.

Here's the necessary command to enter in the terminal:

xcode-select --install

This resolved the following error message:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

I found the solution on Stack Overflow:

https://stackoverflow.com/questions/5...

Music: “Not For Nothing” by Otis McDonald (YouTube Audio Library)

#Xcode #CommandLineTools