git error “unable to locate xcodebuild” after a fresh OS X Mavericks upgrade

前端 未结 11 1401
小蘑菇
小蘑菇 2020-12-12 23:58

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         


        
11条回答
  •  隐瞒了意图╮
    2020-12-13 00:21

    If you have already installed Xcode, you can run the following command to determine and point to the correct location

    sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
    

    Or use AppStore to install latest Xcode.

提交回复
热议问题