gpt4 book ai didi

ios - 在 iOS 上使用 firebase 消息传递 Flutter pod 安装错误

转载 作者:行者123 更新时间:2023-12-05 08:46:48 25 4
gpt4 key购买 nike

在 ios flutter 应用程序文件夹上运行时无法执行命令“pod install”。

错误如下:

分析依赖关系firebase_core:使用“firebase_core”中定义的 Firebase SDK 版本“10.0.6”firebase_messaging:使用“firebase_core”中定义的 Firebase SDK 版本“10.0.6”

[!] CocoaPods 找不到 pod“Firebase/Messaging”的兼容版本:在播客文件中:firebase_messaging(来自 .symlinks/plugins/firebase_messaging/ios)已解析为 10.0.6,这取决于Firebase/消息传递 (= 10.0.6)

您的规范源都不包含满足依赖项的规范:Firebase/Messaging (= 10.0.6)

你有:

  • 过时的源代码库,您可以使用 pod repo updatepod install --repo-update 进行更新。
  • 输入错误的名称或版本。
  • 未将托管 Podspec 的源代码库添加到您的 Podfile。

我们在 pubspec.yaml 上有这个包

firebase_core: ^1.6.0
firebase_messaging: ^10.0.6

在播客文件上:

platform :ios, '10.0'

我们使用 pod 版本:

1.11.0.rc.1

macOS Big Sur 版本:

11.2.1

如果我们从 pubspec.yaml 中删除这个包,pod 安装工作正常。

我们试了很多方法都没有用!

  • pod install --repo-update 此帮助;
  • 在 M1 中安装 cocoa pods 也解决了这个问题;

最佳答案

总是当你添加一个新的 IOS 依赖时你应该这样做:

cd ios/
rm -rf Pods/
rm -rf Podfile.lock
cd ..
flutter clean
flutter pub get
cd ios
pod install
pod install --repo-update ( if needed)

这总是帮助我解决 IOS 上的依赖问题

关于ios - 在 iOS 上使用 firebase 消息传递 Flutter pod 安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69013762/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com