flutter CocoaPods找不到pod“GTMSessionFetcher/Core”的兼容版本

wfveoks0  于 2022-12-24  发布在  Flutter
关注(0)|答案(1)|浏览(223)

CocoaPods找不到pod“GTMSessionFetcher/Core”的兼容版本

[!] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core":
  In Podfile:
    firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 4.2.0, which depends on
      Firebase/Auth (= 10.3.0) was resolved to 10.3.0, which depends on
        FirebaseAuth (~> 10.3.0) was resolved to 10.3.0, which depends on
          GTMSessionFetcher/Core (< 4.0, >= 2.1)

    mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`) was resolved to 0.0.1, which depends on
      GoogleMLKit/BarcodeScanning (~> 3.2.0) was resolved to 3.2.0, which depends on
        MLKitBarcodeScanning (~> 2.2.0) was resolved to 2.2.0, which depends on

'

jdgnovmf

jdgnovmf1#

添加$FirebaseSDKVersion = '9.6.0'到Podfile的顶部为我修复了这个问题。请参阅this post了解更多信息。

相关问题