当前位置:首页 > Windows程序 > 正文

pod install 报错: Unable to satisfy the following requirements

2021-03-27 Windows程序

有时候从github上下载的项目,pod install 报错.

技术分享

原因是项目里的用到的库有最新版本了,Podfile需要更新!

解决办法:执行pod update --verbose(这个命令时间可能会长一些) 更新下,然后在pod install就成功了.

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/68523.html