Skip to content

xcode – Repeatedly Being Asked to Install Command Line Tools

Spread the love


When I’m doing various development-related activities (such as initializing a git repository or installing packages in RStudio), I get repeatedly asked to install command line developer tools, even though I already have it installed.

I have a directory at /Library/Developer/CommandLineTools which contains Library,SDKs, and usr folders.

If I go along with the popup and install command line tools (again), the popup simply appears again if I attempt whatever I was doing before (like initializing a git repo).

I’ve attempted running xcode-select --install, but I get an error saying

Failed to locate ‘clang’, requesting installation of command line developer tools

and then that previously mentioned popup for installing command line tools reappears. I’m currently running MacOS Big Sur, but I’m fairly certain this was still an issue on the previous OS. Any suggestions on how I can fix this?

Leave a Reply

Your email address will not be published. Required fields are marked *