You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking for the Xcode Command Line Tools...
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.
The Xcode Command Line Tools are installing, please rerun when it finishes.
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
logout
OSX 10.15.7
The text was updated successfully, but these errors were encountered:
Ugh. This got missed. Apple routinely messes up Xcode and CLT installs when doing a system update. Sometimes the installed files are kept, but the installation receipt is removed, tricking Fink and other tools to not realize they're installed. Other times the files are deleted.
Workarounds:
run xcode-select --install to have the system install them again,
Download a GUI installer from developer.apple.com (needs free account)
If (1) doesn't work, you can try deleting the directory /Library/Developer/CommandLineTools and trying xcode-select --install again.
OSX 10.15.7
The text was updated successfully, but these errors were encountered: