【问题标题】:Running the pod install in React-native-firebase Messaging在 React-native-firebase Messaging 中运行 pod install
【发布时间】:2021-03-17 03:52:32
【问题描述】:

CocoaPods 找不到 pod“Firebase/Messaging”的兼容版本。

在 Podfile 中: RNFBMessaging(来自../node_modules/@react-native-firebase/messaging)被解析为10.1.1,这取决于 Firebase/消息传递 (~> 7.1.0)

已找到满足 Firebase/Messaging (~> 7.1.0) 依赖项的规范,但它们需要更高的最小部署目标。

【问题讨论】:

  • 听起来您的依赖项不匹配。如果您发布您的 Podfile,它将帮助人们帮助您。

标签: firebase-cloud-messaging react-native-ios


【解决方案1】:

将您的平台 :ios, 'your value' 更改为平台 :ios, '10.0' 或更高版本 来自平台/ios/Podfile 文件。

它对我有用。

【讨论】:

    猜你喜欢
    • 2020-03-24
    • 2022-08-04
    • 2021-12-21
    • 1970-01-01
    • 2021-02-06
    • 1970-01-01
    • 2021-09-06
    • 2021-03-12
    • 1970-01-01
    相关资源
    最近更新 更多