【发布时间】:2013-10-29 00:53:17
【问题描述】:
当我尝试运行以前工作的 git 命令时,我得到了这个:
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /opt/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
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
我该如何解决这个问题?
【问题讨论】:
标签: git xcodebuild osx-mavericks