Pod [!] Unable to find a specifi

2022-05-09  本文已影响0人  生命不止运动不息

[!] Unable to find a specification for Charts (~> 4.0.0) 错误

error

解决方法。在你的podfile文件里,添加下面语句

source 'https://github.com/CocoaPods/Specs.git'

注意:如果的源不是上面的,就不要写上面的。

比如我的源里,是清华的。
下图是查看我的源,命令是:pod repo


repo

我就写了下面的

source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
answer

参考文章:
https://blog.csdn.net/whs867712232/article/details/123340937
https://blog.csdn.net/liuyanqinmn/article/details/116484068
https://blog.csdn.net/RollingPin/article/details/105050897

上一篇下一篇

猜你喜欢

热点阅读