就像在主题中提到的那样,我将xcode更新到版本7.1.1,将osx更新到版本10.11.1之后我在尝试使用里面的可可pod编译项目时收到错误。当我尝试运行“pod install”时,我收到:
从master
创建spec repo https://github.com/CocoaPods/Specs.git
的浅层克隆
[!]无法添加名为https://github.com/CocoaPods/Specs.git
的网址master
的来源。
您可以尝试在~/.cocoapods/repos
或pod repo add
手动添加。
我尝试手动添加回购,但后来我得到了:
[!] / usr / bin / git clone https://github.com/CocoaPods/Specs.git master
sh:第1行:3405分段错误:11 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find git 2>的/ dev / null的 git:错误:无法找到实用程序“git”,无法找到开发人员工具或无法找到PATH
当我尝试使用“git --version”时,我得到了:
sh:第1行:3408分段错误:11 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find git 2>的/ dev / null的 git:错误:无法找到实用程序“git”,无法找到开发人员工具或无法找到PATH
所以我尝试手动添加PATH,但我无法让它工作 我的回音$ PATH提供:
/usr/local/mysql/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/Library/Frameworks/Python.framework/Versions/3.4/bin:/usr/local/bin:/ USR / bin中:/ bin中:/ usr / sbin目录:/ sbin目录
和我的echo $ DYLD_LIBRARY_PATH:
的/ usr /本地/ MySQL的/ LIB /
有没有人知道如何解决这个问题?
非常感谢你:)
答案 0 :(得分:1)
今天我遇到了同样的错误。
1)cd ~/.cocoapods/repos
2)git clone git://github.com/CocoaPods/Specs.git master
(使用 git 协议,尝试通过https执行此操作时失败)
3)pod install --no-repo-update --verbose
答案 1 :(得分:0)
我没有与cocoapods完全相同的问题,但是在更新到Xcode 7.1.1之后我还得到了git错误(仍然在OSX 10.10.5上):
error: unable to find utility "git", not a developer tool or in PATH
只需重新启动终端即可解决问题。