首页 > 代码库 > 使用cocoapods碰到的难题
使用cocoapods碰到的难题
-------------报错----------
1、
git clone error: RPC failed; result=56, HTTP code = 200
解决办法:
git config --global http.postBuffer 524288000(尽量大)http.postBuffer
Maximum size in bytes of the buffer used by smart HTTP transports when POSTing data to the remote system. For requests larger than this buffer size, HTTP/1.1 and Transfer-Encoding: chunked is used to avoid creating a massive pack file locally. Default is 1 MiB, which is sufficient for most requests.
2、
$ pod installAnalyzing dependencies[!] Unable to find a specification for `AFNetworking (~> 2.0)`
解决方法:没有进行 pod setup
吧,~/.cocoapods
里面是空的,没有办法寻找到相关的资源。
或者是 pod setup
失败了 需要 rm -rf ~/.cocoapods
删除重新 setup 一下,完毕之后这个文件夹大概有 100M,需要花费比较多时间。
使用cocoapods碰到的难题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。