Skip to content
kd
15 Feb 2022
Back to blog

Reinstall Xcode command line developer tools

Delete existing command line tools and install them again.

ℹ This requires root to run.

# uninstall command line tools
sudo rm -rf /Library/Developer/CommandLineTools
# install command line tools
xcode-select --install

Share this post on:

Using MermaidJS with Pandoc
Loading a Rust library as a Lua module in Neovim