cocoapods报:Unable to satisfy the following requirements解决方案

今天从github上下载一个项目,然后安装cocoapods却发现报错了:Unable to satisfy the following requirements;然后就赶紧查资料。

报错页面:

原因是要添加的类库已经有最新版本推出,而Podfile文件并没有更改其下载版本(Podfile文件过期),于是获取安装数据失败。

因此我们要用update命令获取最新版本的类库:

解决方法:pod update --verbose

大约等20分钟左右就解决,等待的时候不要关闭页面。结束后打开项目就可以运行了。亲测!

时间: 2024-10-29 02:51:33

cocoapods报:Unable to satisfy the following requirements解决方案的相关文章

Unable to satisfy the following requirements解决方案

今天从git上面download我们项目,然后向往常一样安装Cocoapods,但是却突然发现报错了,尝试了几遍,发现一直报错.然后我这才看了一下,安装Cocoapods的日志,发现抛出了一个报错. [!] Unable to satisfy the following requirements: - `MJExtension` required by `Podfile` - `MJExtension (= 2.4.4)` required by `Podfile.lock` 哎,之前没有见过这

cocoapods出现Unable to satisfy the following requirements: required by `Podfile`的解决方法

1.尝试更新本地仓库:pod update --verbose  如果不行 2.版本号问题 3.pod repo update —verbose 查看缓存  删除本地缓存,重新setup  rm -fr ~/.cocoapods/repos/master  然后运行 $pod setup 如果出现下面错误 git clone error: RPC failed; result=56, HTTP code = 200 错误解决git config --global http.postBuffer

Unable to satisfy the following requirements解决方式

今天从git上面download我们项目,然后向往常一样安装Cocoapods.可是却突然发现报错了,尝试了几遍.发现一直报错. 然后我这才看了一下,安装Cocoapods的日志,发现抛出了一个报错. [!] Unable to satisfy the following requirements: - `MJExtension` required by `Podfile` - `MJExtension (= 2.4.4)` required by `Podfile.lock` 哎.之前没有见过

pod install 报错: Unable to satisfy the following requirements

有时候从github上下载的项目,pod install 报错.原因是项目里的用到的库有最新版本了,Podfile需要更新! 解决办法:执行pod update --verbose(这个命令时间可能会长一些) 更新下,然后在pod install就成功了. pod update --verbose成功界面  ->接着执行pod install就可以了

xvfb启动PyQt4程序报Unable to load library icui18n错误

xvfb启动PyQt4程序报如下错误: Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)" 解决方法: sudo apt-get install libicu48 参考:https://forums.virtualbox.org/viewtopic.php?f=

Aandroid Error之 新导入工程报Unable to resolve target 'android-18'和R cannot be resolved

有段时间没有写安卓了,今天导入以前的项目,结果看到控制台打印出了这样一句:Unable to resolve target 'android-18', 解决方法: 项目->属性->Android->Project Build Target 选择android 4.4Target,保存.结果原来报的一大堆错误消失了,只剩一个错误,R cannot be resolved然后点project->clean,如图.结果错误就消失了. Aandroid Error之 新导入工程报Unabl

powerDesigner 连接Oracle 报Unable to connect SQLState=08004 解决方法

powerDesigner 报Unable to connect SQLState=08004 解决方法 环境:win7(64) powersigner 15 oracle 10G 错误提示: Unable to connect SQLState=08004 [Oracle][ODBC][Ora]ORA-12154:TNS:无法解析指定的连接标示符 解决方法: 看看是不是把powerDesigner安装在了有空格的目录下,如果是重新安装在非空目录即可. 分类: windows 7 powerDe

忘记导入struts2-xxx-plugin-x.x.x.jar导致服务器启动报Unable to load configuration.Caused by: Parent package is not defined: xxx-default

今天做的一个Struts2+MyFaces(JSF)+Spring的应用,为了使用JSF,我的struts.xml中使用了如下代码 <package name="jsf" extends="jsf-default"> <interceptors> <interceptor-stack name="jsfFullStack"> <interceptor-ref name="params"

OGG升级运行ggsic报Unable to find library &#39;libclntsh.so.11.1&#39;

我们系统是2009年建立的Oracle 10.2.0.5 for hp-ux ia64 11.31,目前需要进行号码核对的创建,对接成功后废除旧系统,使用的同步复制软件为Oracle Goldengate,由于Oracle Goldengate 12C不支持Oracle Database 10g,只能使用Oracle Goldengate 11g,在源端添加mgr,抽取,投递进程后,启动抽取进程5分钟异常停止报错: 2016-08-17 16:40:57  ERROR   OGG-01028