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

Support Firebase 11 #19

Open
hoschiho opened this issue Nov 18, 2024 · 0 comments
Open

Support Firebase 11 #19

hoschiho opened this issue Nov 18, 2024 · 0 comments

Comments

@hoschiho
Copy link

We've updated our Firebase packages, which leads to a Cocoapods issue:

[!] CocoaPods could not find compatible versions for pod "FirebaseCore":
  In Podfile:
    FirebaseFirestore (from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 11.4.0) was resolved to 11.4.0, which depends on
      FirebaseFirestoreBinary (= 11.4.0) was resolved to 11.4.0, which depends on
        FirebaseCore (= 11.4.0)

    FirebaseFirestore (from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 11.4.0) was resolved to 11.4.0, which depends on
      FirebaseFirestoreBinary (= 11.4.0) was resolved to 11.4.0, which depends on
        FirebaseCoreExtension (= 11.4.0) was resolved to 11.4.0, which depends on
          FirebaseCore (~> 11.0)

    firebase_auth (from .symlinks/plugins/firebase_auth/ios) was resolved to 5.3.2, which depends on
      Firebase/Auth (= 11.4.0) was resolved to 11.4.0, which depends on
        FirebaseAuth (~> 11.4.0) was resolved to 11.4.0, which depends on
          FirebaseCore (~> 11.4)

    tealium_firebase (from .symlinks/plugins/tealium_firebase/ios) was resolved to 1.3.0, which depends on
      TealiumFirebase (~> 3.2) was resolved to 3.3.0, which depends on
        FirebaseAnalytics (~> 10.7) was resolved to 10.29.0, which depends on
          FirebaseCore (~> 10.0)

Issue is, that this package depends on FirebaseCore 10 and doesn't allow higher versions:
https://github.com/Tealium/tealium-ios-firebase-remote-command/blob/main/TealiumFirebase.podspec

s.dependency 'Firebase', '~> 10.7'
s.dependency 'FirebaseAnalytics', '~> 10.7'

Please update the package to support the latest firebase version.

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

1 participant