安装 Firebase 后运行 pod install --repo-update 时出错

Tlo*_*low 5 firebase react-native

我尝试在 React Native 应用程序中安装 Firebase,但是在运行 pod install --repo-update 时我不断收到错误消息。

这是错误:

    [!] CocoaPods could not find compatible versions for pod "Firebase/Core":
  In snapshot (Podfile.lock):
    Firebase/Core (= 6.22.0)

  In Podfile:
    RNFBApp (from `../node_modules/@react-native-firebase/app`) was resolved to 6.7.1, which depends on
      Firebase/Core (~> 6.13.0)


You have either:
 * changed the constraints of dependency `Firebase/Core` inside your development pod `RNFBApp`.
   You should run `pod update Firebase/Core` to apply changes you've made.
Run Code Online (Sandbox Code Playgroud)

我搜索了类似的问题解决方案,并且已经尝试将 Firebase/Core 替换为 - FirebaseCore (~> 6.6) 但这没有帮助。

这是我的 podfile:


PODS:
  - boost-for-react-native (1.63.0)
  - CocoaAsyncSocket (7.6.4)
  - CocoaLibEvent (1.0.0)
  - DoubleConversion (1.1.6)
  - FBLazyVector (0.62.2)
  - FBReactNativeSpec (0.62.2):
    - Folly (= 2018.10.22.00)
    - RCTRequired (= 0.62.2)
    - RCTTypeSafety (= 0.62.2)
    - React-Core (= 0.62.2)
    - React-jsi (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - Firebase/Analytics (6.22.0):
    - Firebase/Core
  - Firebase/Core (6.22.0):
    - Firebase/CoreOnly
    - FirebaseAnalytics (= 6.4.1)
  - Firebase/CoreOnly (6.22.0):
    - FirebaseCore (= 6.6.6)
  - FirebaseAnalytics (6.4.1):
    - FirebaseCore (~> 6.6)
    - FirebaseInstallations (~> 1.1)
    - GoogleAppMeasurement (= 6.4.1)
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (= 0.3.9011)
  - FirebaseCore (6.6.6):
    - FirebaseCoreDiagnostics (~> 1.2)
    - FirebaseCoreDiagnosticsInterop (~> 1.2)
    - GoogleUtilities/Environment (~> 6.5)
    - GoogleUtilities/Logger (~> 6.5)
  - FirebaseCoreDiagnostics (1.2.3):
    - FirebaseCoreDiagnosticsInterop (~> 1.2)
    - GoogleDataTransportCCTSupport (~> 2.0)
    - GoogleUtilities/Environment (~> 6.5)
    - GoogleUtilities/Logger (~> 6.5)
    - nanopb (~> 0.3.901)
  - FirebaseCoreDiagnosticsInterop (1.2.0)
  - FirebaseInstallations (1.1.1):
    - FirebaseCore (~> 6.6)
    - GoogleUtilities/UserDefaults (~> 6.5)
    - PromisesObjC (~> 1.2)
  - Flipper (0.33.1):
    - Flipper-Folly (~> 2.1)
    - Flipper-RSocket (~> 1.0)
  - Flipper-DoubleConversion (1.1.7)
  - Flipper-Folly (2.2.0):
    - boost-for-react-native
    - CocoaLibEvent (~> 1.0)
    - Flipper-DoubleConversion
    - Flipper-Glog
    - OpenSSL-Universal (= 1.0.2.19)
  - Flipper-Glog (0.3.6)
  - Flipper-PeerTalk (0.0.4)
  - Flipper-RSocket (1.1.0):
    - Flipper-Folly (~> 2.2)
  - FlipperKit (0.33.1):
    - FlipperKit/Core (= 0.33.1)
  - FlipperKit/Core (0.33.1):
    - Flipper (~> 0.33.1)
    - FlipperKit/CppBridge
    - FlipperKit/FBCxxFollyDynamicConvert
    - FlipperKit/FBDefines
    - FlipperKit/FKPortForwarding
  - FlipperKit/CppBridge (0.33.1):
    - Flipper (~> 0.33.1)
  - FlipperKit/FBCxxFollyDynamicConvert (0.33.1):
    - Flipper-Folly (~> 2.1)
  - FlipperKit/FBDefines (0.33.1)
  - FlipperKit/FKPortForwarding (0.33.1):
    - CocoaAsyncSocket (~> 7.6)
    - Flipper-PeerTalk (~> 0.0.4)
  - FlipperKit/FlipperKitHighlightOverlay (0.33.1)
  - FlipperKit/FlipperKitLayoutPlugin (0.33.1):
    - FlipperKit/Core
    - FlipperKit/FlipperKitHighlightOverlay
    - FlipperKit/FlipperKitLayoutTextSearchable
    - YogaKit (~> 1.18)
  - FlipperKit/FlipperKitLayoutTextSearchable (0.33.1)
  - FlipperKit/FlipperKitNetworkPlugin (0.33.1):
    - FlipperKit/Core
  - FlipperKit/FlipperKitReactPlugin (0.33.1):
    - FlipperKit/Core
  - FlipperKit/FlipperKitUserDefaultsPlugin (0.33.1):
    - FlipperKit/Core
  - FlipperKit/SKIOSNetworkPlugin (0.33.1):
    - FlipperKit/Core
    - FlipperKit/FlipperKitNetworkPlugin
  - Folly (2018.10.22.00):
    - boost-for-react-native
    - DoubleConversion
    - Folly/Default (= 2018.10.22.00)
    - glog
  - Folly/Default (2018.10.22.00):
    - boost-for-react-native
    - DoubleConversion
    - glog
  - glog (0.3.5)
  - GoogleAppMeasurement (6.4.1):
    - GoogleUtilities/AppDelegateSwizzler (~> 6.0)
    - GoogleUtilities/MethodSwizzler (~> 6.0)
    - GoogleUtilities/Network (~> 6.0)
    - "GoogleUtilities/NSData+zlib (~> 6.0)"
    - nanopb (= 0.3.9011)
  - GoogleDataTransport (5.1.1)
  - GoogleDataTransportCCTSupport (2.0.3):
    - GoogleDataTransport (~> 5.1)
    - nanopb (~> 0.3.901)
  - GoogleUtilities/AppDelegateSwizzler (6.5.2):
    - GoogleUtilities/Environment
    - GoogleUtilities/Logger
    - GoogleUtilities/Network
  - GoogleUtilities/Environment (6.5.2)
  - GoogleUtilities/Logger (6.5.2):
    - GoogleUtilities/Environment
  - GoogleUtilities/MethodSwizzler (6.5.2):
    - GoogleUtilities/Logger
  - GoogleUtilities/Network (6.5.2):
    - GoogleUtilities/Logger
    - "GoogleUtilities/NSData+zlib"
    - GoogleUtilities/Reachability
  - "GoogleUtilities/NSData+zlib (6.5.2)"
  - GoogleUtilities/Reachability (6.5.2):
    - GoogleUtilities/Logger
  - GoogleUtilities/UserDefaults (6.5.2):
    - GoogleUtilities/Logger
  - nanopb (0.3.9011):
    - nanopb/decode (= 0.3.9011)
    - nanopb/encode (= 0.3.9011)
  - nanopb/decode (0.3.9011)
  - nanopb/encode (0.3.9011)
  - OpenSSL-Universal (1.0.2.19):
    - OpenSSL-Universal/Static (= 1.0.2.19)
  - OpenSSL-Universal/Static (1.0.2.19)
  - PromisesObjC (1.2.8)
  - RCTRequired (0.62.2)
  - RCTTypeSafety (0.62.2):
    - FBLazyVector (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTRequired (= 0.62.2)
    - React-Core (= 0.62.2)
  - React (0.62.2):
    - React-Core (= 0.62.2)
    - React-Core/DevSupport (= 0.62.2)
    - React-Core/RCTWebSocket (= 0.62.2)
    - React-RCTActionSheet (= 0.62.2)
    - React-RCTAnimation (= 0.62.2)
    - React-RCTBlob (= 0.62.2)
    - React-RCTImage (= 0.62.2)
    - React-RCTLinking (= 0.62.2)
    - React-RCTNetwork (= 0.62.2)
    - React-RCTSettings (= 0.62.2)
    - React-RCTText (= 0.62.2)
    - React-RCTVibration (= 0.62.2)
  - React-Core (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.62.2)
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/CoreModulesHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/Default (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/DevSupport (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.62.2)
    - React-Core/RCTWebSocket (= 0.62.2)
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - React-jsinspector (= 0.62.2)
    - Yoga
  - React-Core/RCTActionSheetHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTAnimationHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTBlobHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTImageHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTLinkingHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTNetworkHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTSettingsHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTTextHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTVibrationHeaders (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-Core/RCTWebSocket (0.62.2):
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core/Default (= 0.62.2)
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-jsiexecutor (= 0.62.2)
    - Yoga
  - React-CoreModules (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.62.2)
    - React-Core/CoreModulesHeaders (= 0.62.2)
    - React-RCTImage (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-cxxreact (0.62.2):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-jsinspector (= 0.62.2)
  - React-jsi (0.62.2):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-jsi/Default (= 0.62.2)
  - React-jsi/Default (0.62.2):
    - boost-for-react-native (= 1.63.0)
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
  - React-jsiexecutor (0.62.2):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
  - React-jsinspector (0.62.2)
  - react-native-safe-area-context (0.7.3):
    - React
  - React-RCTActionSheet (0.62.2):
    - React-Core/RCTActionSheetHeaders (= 0.62.2)
  - React-RCTAnimation (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.62.2)
    - React-Core/RCTAnimationHeaders (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTBlob (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - React-Core/RCTBlobHeaders (= 0.62.2)
    - React-Core/RCTWebSocket (= 0.62.2)
    - React-jsi (= 0.62.2)
    - React-RCTNetwork (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTImage (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.62.2)
    - React-Core/RCTImageHeaders (= 0.62.2)
    - React-RCTNetwork (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTLinking (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - React-Core/RCTLinkingHeaders (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTNetwork (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.62.2)
    - React-Core/RCTNetworkHeaders (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTSettings (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - RCTTypeSafety (= 0.62.2)
    - React-Core/RCTSettingsHeaders (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - React-RCTText (0.62.2):
    - React-Core/RCTTextHeaders (= 0.62.2)
  - React-RCTVibration (0.62.2):
    - FBReactNativeSpec (= 0.62.2)
    - Folly (= 2018.10.22.00)
    - React-Core/RCTVibrationHeaders (= 0.62.2)
    - ReactCommon/turbomodule/core (= 0.62.2)
  - ReactCommon/callinvoker (0.62.2):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-cxxreact (= 0.62.2)
  - ReactCommon/turbomodule/core (0.62.2):
    - DoubleConversion
    - Folly (= 2018.10.22.00)
    - glog
    - React-Core (= 0.62.2)
    - React-cxxreact (= 0.62.2)
    - React-jsi (= 0.62.2)
    - ReactCommon/callinvoker (= 0.62.2)
  - RNCMaskedView (0.1.9):
    - React
  - RNGestureHandler (1.6.1):
    - React
  - RNReanimated (1.8.0):
    - React
  - RNScreens (2.5.0):
    - React
  - Yoga (1.14.0)
  - YogaKit (1.18.1):
    - Yoga (~> 1.14)

DEPENDENCIES:
  - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
  - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
  - Firebase/Analytics
  - Flipper (~> 0.33.1)
  - Flipper-DoubleConversion (= 1.1.7)
  - Flipper-Folly (~> 2.1)
  - Flipper-Glog (= 0.3.6)
  - Flipper-PeerTalk (~> 0.0.4)
  - Flipper-RSocket (~> 1.0)
  - FlipperKit (~> 0.33.1)
  - FlipperKit/Core (~> 0.33.1)
  - FlipperKit/CppBridge (~> 0.33.1)
  - FlipperKit/FBCxxFollyDynamicConvert (~> 0.33.1)
  - FlipperKit/FBDefines (~> 0.33.1)
  - FlipperKit/FKPortForwarding (~> 0.33.1)
  - FlipperKit/FlipperKitHighlightOverlay (~> 0.33.1)
  - FlipperKit/FlipperKitLayoutPlugin (~> 0.33.1)
  - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.33.1)
  - FlipperKit/FlipperKitNetworkPlugin (~> 0.33.1)
  - FlipperKit/FlipperKitReactPlugin (~> 0.33.1)
  - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.33.1)
  - FlipperKit/SKIOSNetworkPlugin (~> 0.33.1)
  - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
  - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
  - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
  - React (from `../node_modules/react-native/`)
  - React-Core (from `../node_modules/react-native/`)
  - React-Core/DevSupport (from `../node_modules/react-native/`)
  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
  - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
  - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
  - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
  - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
  - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
  - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
  - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
  - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
  - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
  - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
  - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
  - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
  - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
  - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
  - ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`)
  - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
  - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
  - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
  - RNReanimated (from `../node_modules/react-native-reanimated`)
  - RNScreens (from `../node_modules/react-native-screens`)
  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
  trunk:
    - boost-for-react-native
    - CocoaAsyncSocket
    - CocoaLibEvent
    - Firebase
    - FirebaseAnalytics
    - FirebaseCore
    - FirebaseCoreDiagnostics
    - FirebaseCoreDiagnosticsInterop
    - FirebaseInstallations
    - Flipper
    - Flipper-DoubleConversion
    - Flipper-Folly
    - Flipper-Glog
    - Flipper-PeerTalk
    - Flipper-RSocket
    - FlipperKit
    - GoogleAppMeasurement
    - GoogleDataTransport
    - GoogleDataTransportCCTSupport
    - GoogleUtilities
    - nanopb
    - OpenSSL-Universal
    - PromisesObjC
    - YogaKit

EXTERNAL SOURCES:
  DoubleConversion:
    :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
  FBLazyVector:
    :path: "../node_modules/react-native/Libraries/FBLazyVector"
  FBReactNativeSpec:
    :path: "../node_modules/react-native/Libraries/FBReactNativeSpec"
  Folly:
    :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
  glog:
    :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
  RCTRequired:
    :path: "../node_modules/react-native/Libraries/RCTRequired"
  RCTTypeSafety:
    :path: "../node_modules/react-native/Libraries/TypeSafety"
  React:
    :path: "../node_modules/react-native/"
  React-Core:
    :path: "../node_modules/react-native/"
  React-CoreModules:
    :path: "../node_modules/react-native/React/CoreModules"
  React-cxxreact:
    :path: "../node_modules/react-native/ReactCommon/cxxreact"
  React-jsi:
    :path: "../node_modules/react-native/ReactCommon/jsi"
  React-jsiexecutor:
    :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
  React-jsinspector:
    :path: "../node_modules/react-native/ReactCommon/jsinspector"
  react-native-safe-area-context:
    :path: "../node_modules/react-native-safe-area-context"
  React-RCTActionSheet:
    :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
  React-RCTAnimation:
    :path: "../node_modules/react-native/Libraries/NativeAnimation"
  React-RCTBlob:
    :path: "../node_modules/react-native/Libraries/Blob"
  React-RCTImage:
    :path: "../node_modules/react-native/Libraries/Image"
  React-RCTLinking:
    :path: "../node_modules/react-native/Libraries/LinkingIOS"
  React-RCTNetwork:
    :path: "../node_modules/react-native/Libraries/Network"
  React-RCTSettings:
    :path: "../node_modules/react-native/Libraries/Settings"
  React-RCTText:
    :path: "../node_modules/react-native/Libraries/Text"
  React-RCTVibration:
    :path: "../node_modules/react-native/Libraries/Vibration"
  ReactCommon:
    :path: "../node_modules/react-native/ReactCommon"
  RNCMaskedView:
    :path: "../node_modules/@react-native-community/masked-view"
  RNGestureHandler:
    :path: "../node_modules/react-native-gesture-handler"
  RNReanimated:
    :path: "../node_modules/react-native-reanimated"
  RNScreens:
    :path: "../node_modules/react-native-screens"
  Yoga:
    :path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
  boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
  CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
  CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
  DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
  FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
  FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
  Firebase: 32f9520684e87c7af3f0704f7f88042626d6b536
  FirebaseAnalytics: 83f822fd0d33a46f49f89b8c3ab16ab4d89df08a
  FirebaseCore: 9aca0f1fffb405176ba15311a5621fcde4106fcf
  FirebaseCoreDiagnostics: 13a6564cd6d5375066bbc8940cc1753af24497f3
  FirebaseCoreDiagnosticsInterop: 296e2c5f5314500a850ad0b83e9e7c10b011a850
  FirebaseInstallations: acb3216eb9784d3b1d2d2d635ff74fa892cc0c44
  Flipper: 6c1f484f9a88d30ab3e272800d53688439e50f69
  Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
  Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
  Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
  Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
  Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
  FlipperKit: 6dc9b8f4ef60d9e5ded7f0264db299c91f18832e
  Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
  glog: 1f3da668190260b06b429bb211bfbee5cd790c28
  GoogleA

iva*_*lev 20

运行pod update Firebase/Core,并对每个有问题的依赖项重复。

这里的问题是之前安装的 Firebase 的 iOS 库版本与 Native Module 所需的版本不同。该pod install命令永远不会从锁定文件中列出的版本更新 Pod。

  • 谢谢伊万,解决了这个问题。看到它降级了一些软件包,这有点奇怪,不是吗?<br/> 安装 Firebase 6.13.0(以前是 6.22.0) 安装 FirebaseAnalytics 6.1.6(以前是 6.4.1,源从 `trunk` 更改为 `https://cdn.cocoapods.org/`) 安装 FirebaseAuth (6.4) .2) 安装 FirebaseAuthInterop (1.1.0) 安装 FirebaseCore 6.4.0(以前是 6.6.6,源从 `trunk` 更改为 `https://cdn.cocoapods.org/`) 安装 FirebaseCoreDiagnostics 1.2.4(以前是 1.2.0) 3、源改为 (2认同)