Недавно обновлено до последней версии MacOS, при попытке работы с Git возникла следующая проблема. Я понимаю, что это связано с неправильным доступом к инструментам разработки Xcode ..
Итак, вот что происходит:
Mitchells-MBP:~ Mitch$ git
dyld: Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData
Referenced from: /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
in /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/../../../../SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch
Mitchells-MBP:~ Mitch$ sudo xcode-select -switch /Library/Developer/CommandLineTools/
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'
Mitchells-MBP:~ Mitch$ sudo /usr/bin/xcode-select -switch /Library/Developer/CommandLineTools/
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'
Mitchells-MBP:~ Mitch$ sudo /usr/bin/xcode-select -switch /Library/Developer/
xcode-select: error: invalid developer directory '/Library/Developer/'
Mitchells-MBP:~ Mitch$ sudo xcode-select -switch /Library/Developer/
xcode-select: error: invalid developer directory '/Library/Developer/'
Mitchells-MBP:~ Mitch$
Я не знаю, что еще попробовать ... действительно нужно загрузить некоторые вещи в GitHub. Спасибо!