Flutter FirebaseSDK CocoaPods 问题无法找到 pod“Firebase/RemoteConfig”的兼容版本

问题描述 投票:0回答:1

更新本地规范存储库 分析依赖关系 firebase_analytics:使用“firebase_core”中定义的 Firebase SDK 版本“10.22.0” firebase_core:使用“firebase_core”中定义的 Firebase SDK 版本“10.22.0” 运行脚本来上传符号已存在。 firebase_crashlytics:使用“firebase_core”中定义的 Firebase SDK 版本“10.22.0” firebase_remote_config:使用“firebase_core”中定义的 Firebase SDK 版本“10.22.0” [!] CocoaPods 找不到 pod“Firebase/RemoteConfig”的兼容版本: 在 Podfile 中: ar_flutter_plugin(来自

.symlinks/plugins/ar_flutter_plugin/ios
)已解析为 0.6.2,这取决于 ARCore/CloudAnchors (~> 1.32.0) 已解析为 1.32.0,这取决于 ARCore/GARSession (= 1.32.0) 已解析为 1.32.0,这取决于 Firebase/RemoteConfig (< 10.0, >= 8.0)

firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`) was resolved to 4.3.17, which depends on
  Firebase/RemoteConfig (= 10.22.0)

我们正在使用版本平台:ios,'14.0'并且还使用ar_flutter_plugin。这样就可以在 pod 文件中面对这个问题

flutter arkit
1个回答
0
投票

您需要从 pubspec.yaml 更新软件包

© www.soinside.com 2019 - 2024. All rights reserved.