Skip to main content
Active reading [<https://en.wikipedia.org/wiki/Xcode> <https://en.wikipedia.org/wiki/OS_X>].
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132

For me it helps to install Xcode CLI  ,

xcode-select --install after

after uninstalling XCodeXcode (I don't develop for the OSxOS X or iOS).

Then I could successfully build the downloaded source with make.

For me it helps to install Xcode CLI  xcode-select --install after uninstalling XCode (I don't develop for the OSx or iOS)

Then I could successfully build downloaded source with make

For me it helps to install Xcode CLI,

xcode-select --install

after uninstalling Xcode (I don't develop for the OS X or iOS).

Then I could successfully build the downloaded source with make.

Source Link

For me it helps to install Xcode CLI xcode-select --install after uninstalling XCode (I don't develop for the OSx or iOS)

Then I could successfully build downloaded source with make