Posted 2021-08-11NoteCommandLineTools reinstallxcode-select --print-path# in my case /Library/Developer/CommandLineTools# the next line deletes the path returned by the command abovesudo rm -rf $(xcode-select --print-path)# install them (again) if you don't get a default installation promptxcode-select --install #cliterminal