Git: Error: Unable to read SDK settings for MacOSX.sdk
Error while adding in git after updating to new OS Mojave
Error
git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
Error faced in:
- Device: MacBook Pro (Retina, 13-inch, Early 2013)
- OS: MacOS Mojave
Screenshot
Question
How to solve this error ?
Anyones help will be really appriciated.
CommandLineTools is outdated. The below should fix it.
xcode-select --install
I had to do the following to resolve:
xcode-select --install
sudo xcode-select -switch /Library/Developer/CommandLineTools