firebase_crashlytics:不能在.yaml中添加^ 0.2.3稳定的版本依赖性。 Firebase / CoreOnly显示兼容性问题

时间:2020-11-12 11:47:19

标签: ios flutter dart flutter-dependencies

我尝试使用以下命令来解决此问题。

flutter clean

pod install
pod update

pod repo update
pod install --repo-update

每次我收到以下日志。

[!] CocoaPods找不到Pod“ Firebase / CoreOnly”的兼容版本: 在快照(Podfile.lock)中:

Firebase / CoreOnly(= 6.34.0)

在Podfile中: firebase_core(来自.symlinks/plugins/firebase_core/ios)已解析为0.5.2,具体取决于 Firebase / CoreOnly(〜> 6.33.0)

您有:

  • 最新的源存储库,您可以使用pod repo updatepod install --repo-update进行更新。
  • 在开发窗格Firebase/CoreOnly中更改了依赖项firebase_core的约束。 您应该运行pod update Firebase / CoreOnly`来应用所做的更改。

1 个答案:

答案 0 :(得分:0)

最后,我发现解决方案只需要删除 Pod文件夹 + Podfile.lock 文件,然后运行应用程序,它将自动降级为适合我的情况 Firebase / CoreOnly(〜> 6.33.0)