首页 > 代码库 > cocoapods 错误处理
cocoapods 错误处理
error: RPC failed; curl 56 SSLRead() return error -36
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master Cloning into ‘master‘... error: RPC failed; curl 56 SSLRead() return error -36 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed
解决方案:
打开终端命令行,输入以下命令:
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
注意:1."/Applications/Xcode.app/Contents/Developer"此路径是当前默认XCode的所在位置,如果安装了多个XCode需要多加注意
2.做了以上操作之后还会报错,将XCode删除,重新安装
PS:获取当前XCode路径,在终端中输入
$ xcode-select --print-path
================================================================================================================================================
================================================================================================================================================
error: RPC failed; curl 56 SSLRead() return error -9806
解决方案:
打开终端命令行,输入以下命令:
$ git config --global http.postBuffer 524288000 $ pod setup
================================================================================================================================================
================================================================================================================================================
<style>p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo }
span.s1 { }</style>
ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/xcodeproj
解决方案:
打开终端输入以下命令
$ sudo nvram boot-args="rootless=0" $ sudo reboot $ sudo gem install cocoapods -V
<style>p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c33720 } span.s1 { }</style>
cocoapods 错误处理
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。