When I try to run previously working git commands, I get this:
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/C
I met this error when i run the command 'git clone xxx'
dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild Reason: image not found 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
Then, run the command
xcode-select -p
pointing to /Applications/Xcode.app/Contents/Developer
After run the command
sudo xcode-select -switch /Library/Developer/CommandLineTools
it points to /Library/Developer/CommandLineTools