
MacOS Big Sur 11.1 is out, but so are updates to the likes of Xcode. You may come across an issue where Git is missing. If so, you maybe seeing a similar message to this…
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Simply put this means that you need to install Xcode command line tools again. To do this simply open a Terminal window and run the following 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/