I\'m having xcode issues when I try to use brew and git:
xcrun: error: active developer path (\"/Applications/Xcode.app/Contents/Developer\") does not
For me it helps to install Xcode CLI xcode-select --install after uninstalling XCode (I don't develop for the OSx or iOS)
xcode-select --install
Then I could successfully build downloaded source with make
make