现象描述: 执行 pod repo update 报错:Failed to connect to GitHub to update the CocoaPods/Specs specs repo 问题分析:是Github在不久之前的2018年2月23号移除了一些低加密标准协议,包括TLSv1/TLSv1.1,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,相关链接在这里:Weak cryptographic standards re...
首先,问题描述pod 升级的时候,命令如下: pod update 报错提示: CocoaPods was not able to update themasterrepo. If this is an unexpected issue and persists you can inspect it runningpod repo update --verbose如下图: 图1 执行提示命令:pod repo update --verbose 报错还是存在,如下图 pod repo updat...
CocoaPods报CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`错误。 使用命令pod repo update --verbose依然 不行,报同样的错,也检查了gem、pod版本,都没问题 不过偶然发现可能是淘宝镜像的问题:ht...
执行命令:pod update --verbose。报错:If this is an unexpected issue and persists you can inspect it running pod repo update --verbose 解决方案:网络问题。连接正常的网络。关闭登录客户端,重新更新。 注意:就是你网络恢复正常,还在原来的登录客户端上执行:pod update --verbose命令仍旧...
pod update 报错CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose` 在互联网世界里遨游了好久,这帮b都说用rm -f ./.git/index.lock这个命令,可是你特么倒是说明白到底是在什么目录下面删除啊,...
在执行pod install操作的时候报错:(出现此问题的原因: CocoaPods 1.8将CDN切换为默认的spec repo源) 一、第一种处理 [!] CDN: trunk Repo update failed - 56 error(s): --- --- 1、查看版本号,看下版本是否是1.8或之后的 pod --version 2、移除trunk pod repo remove trunk 3、进入该目录 cd ~/....
I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow. Report Running command pod repo update fails with Oh no, an error occurred message header What did you do? Run pod repo update What did you expe...
解决pod repo update很慢的问题 很多时候我们pod install的时候会碰到这样的错误 None of your spec sources contain a spec satisfying the dependency:CYLTabBarController (~> 1.24.0). 原因是本地repos里面没有存这个版本的配置,导致我们无法更新到这个版本。这时候工具建议我们pod repo update,用过的人都知道...
试了一下,这个json文件可以打开,查了一下,其原因就是仓库不一样,让你去改仓库的地址,网上查了一下,是从1.7.2版本开始的,如下所示 解决: 打开podfile,最前面添加 source 'https://github.com/CocoaPods/Specs.git' 然后执行命令: pod repo remove trunk ...
Run pod repo update trunk Then pod install What did you expect to happen? pod Instabug to use HTTP as a source. The trunk should be updated to the latest "edits" (delete, then re-push) made to Instabug.podspec, I have verified that they are updated on the server here: https://cd...