Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run pod install with the latest versions of firebase plugins #50

Closed
lvlrSajjad opened this issue Jun 6, 2021 · 1 comment
Closed

Comments

@lvlrSajjad
Copy link

When I try to run pod install and run the app on iOS I encounter this error:

[!] CocoaPods could not find compatible versions for pod "GoogleDataTransport":
  In Podfile:
    firebase_performance (from `.symlinks/plugins/firebase_performance/ios`) was resolved to 0.7.0-3, which depends on
      Firebase/Performance (= 8.0.0) was resolved to 8.0.0, which depends on
        FirebasePerformance (~> 8.0.0) was resolved to 8.0.0, which depends on
          GoogleDataTransport (~> 9.0)

    google_ml_vision (from `.symlinks/plugins/google_ml_vision/ios`) was resolved to 0.0.5, which depends on
      GoogleMLKit/ImageLabeling (~> 2.1.0) was resolved to 2.1.0, which depends on
        GoogleMLKit/MLKitCore (= 2.1.0) was resolved to 2.1.0, which depends on
          MLKitCommon (~> 2.1.0) was resolved to 2.1.0, which depends on
            GoogleDataTransport (~> 8.0)

Dependencies I'm using:

  cloud_firestore: ^2.2.1
  cloud_functions: ^1.1.1
  firebase_analytics: ^8.1.1
  firebase_auth: ^1.3.0
  firebase_core: ^1.2.1
  firebase_crashlytics: ^2.0.5
  firebase_messaging: ^10.0.1
  firebase_performance: ^0.7.0+4
  firebase_remote_config: ^0.10.0+1
  firebase_storage: ^8.1.1
  google_ml_kit: ^0.6.0

Now I can't build my iOS app and the build is blocked.

@fbernaly
Copy link
Collaborator

fbernaly commented Jun 6, 2021

@bharat-biradar , @lvlrSajjad : this is the correct issue and how others have resolved it. It is also mentioned in our readme

issue #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants