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
I tried that and it didn't work but I found the answer. I just had to reset the developer's path:
$ sudo xcode-select --reset
Now everything is normal