解决 pod search和pod install提示[!] Unable to find a specification for `xxx`,笔记...

发现了一个近期开源的库 Lottie,应用到开发中很方便,可以减轻不少的工作量。

此库可以使用cocoapod导入。 Lottie库介绍,在后文参考里面,相信会对你有帮助。

于是乎,pod search 'lottie-ios', duang~:Unable to find a specification for `lottie-ios`。

记录一下,解决的它的过程。↓↓↓↓↓↓

解决:查看pod版本 pod --version   1.0.1

升级pod版本 sudo gem install -n /usr/local/bin cocoapods --pre  

解决 pod search和pod install提示[!] Unable to find a specification for `xxx`,笔记..._第1张图片
升级后 查看版本


install 失败


查看一下源:

gem源


然后,pod setup,需要等待...

解决 pod search和pod install提示[!] Unable to find a specification for `xxx`,笔记..._第2张图片
setup完成
解决 pod search和pod install提示[!] Unable to find a specification for `xxx`,笔记..._第3张图片
pod install 成功


参考,pod升级以及更新不到最新的第三方库解决方法,谢谢

Lottie Github

你可能感兴趣的:(解决 pod search和pod install提示[!] Unable to find a specification for `xxx`,笔记...)