Resolve Command Line Tools Does Not Support macOS 11 Error in Terminal - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you resolve an error saying Command Line Tools (CLT) does not support macOS 11.
image

• Type softwareupdate --all --install --force and press “return” key to install software updates.
image

• Type sudo rm -rf /Library/Developer/CommandLineTools/ and press “return” key to delete CommandLineTools directory.
image

• Type root password and press “return” key.
image

• Type sudo xcode-select --install and press “return” key to reinstall Command Line Tools.
image

• Select “Install.”
image

• Select “Agree.”
image

• Select “Done.”
image

• Run the command that prompted the error again and there will be no error this time around.
image