Git: Error: Unable to read SDK settings for MacOSX.sdk

Prajnaranjan Das picture Prajnaranjan Das · Oct 5, 2018 · Viewed 12.8k times · Source

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 Screen Shot of Terminal

Question

How to solve this error ?

Anyones help will be really appriciated.

Answer

Nayan Bhana picture Nayan Bhana · Oct 7, 2018

CommandLineTools is outdated. The below should fix it.

xcode-select --install