Troubleshooting Your CLT does not support macOS 11.0

1 min. read

After upgrading to MacOS Big Sur, you might experience some issues with CLI

Problem

1
2
3
4
5
Error: Your CLT does not support macOS 11.0.
It is either outdated or was modified.
Please update your CLT or delete it if no updates are available.
Error: An exception occurred within a child process:
SystemExit: exit

Solution

1
2
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install