首页 > 解决方案 > 由于 React Native 模块中的依赖关系,无法更新 pod

问题描述

我正在尝试更新我们应用的 SnowplowTracker。我在 PodFile 上更改了 SnowplowTracker 的版本:

pod 'SnowplowTracker', '~> 1.3'

但是,当我运行 pod install 时出现此错误:

[!] CocoaPods could not find compatible versions for pod "SnowplowTracker":
  In Podfile:
    RNVideo (from `../node_modules/react-native-video`) was resolved to 3.9.2, which depends on
      MCTracker (~> 1.1.0) was resolved to 1.1.0, which depends on
        SnowplowTracker (= 1.1.4)

    SnowplowTracker (~> 1.3)

Specs satisfying the `SnowplowTracker (~> 1.3), SnowplowTracker (= 1.1.4)` dependency were found, but they required a higher minimum deployment target.

我怎么解决这个问题?

谢谢

标签: iosreact-nativedependenciescocoapodssnowplow

解决方案


推荐阅读