【问题】
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.(错误:CocoaPods的规范库太过时了,无法满足依赖关系。)
解决
:
通过在 ios文件目录中的Podfile文件 的顶部添加这句话来解决这个警告:
source 'https://github.com/CocoaPods/Specs.git'
然后,终端运行:
pod repo update
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.(错误:CocoaPods的规范库太过时了,无法满足依赖关系。)
解决
:
通过在 ios文件目录中的Podfile文件 的顶部添加这句话来解决这个警告:
source 'https://github.com/CocoaPods/Specs.git'
然后,终端运行:
pod repo update
本文标题:Flutter_CocoaPods's specs reposi
本文链接:https://www.haomeiwen.com/subject/xcunertx.html
网友评论