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
How about what the error suggests? Did you try that?
xcode-select --switch /Applications/Xcode.app
That should do the trick.