Flutter_CocoaPods's specs reposi
2022-04-29 本文已影响0人
Eyes_cc
【问题】
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