How do i resolve this pod install error on flutter? #368
Unanswered
FurkannCetin
asked this question in
Q&A
Replies: 1 comment
-
Pod Upgrade Issue: Firebase/DatabaseWhen running the
The error message may look like this: [!] CocoaPods could not find compatible versions for pod "Firebase/Database": In Podfile: firebase_database (from .symlinks/plugins/firebase_database/ios) was resolved to 10.0.7, which depends on Firebase/Database (= 10.3.0) SolutionTo resolve this issue, you can try the following steps:
If you continue to experience problems, consult the Firebase iOS setup documentation or reach out to the community for support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't load all the requested pods apparently there is a problem with these two project dependencies ... "pod upgrade" terminal command results are:
Updating local specs repositories
Analyzing dependencies
firebase_auth: Using Firebase SDK version '10.3.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '10.3.0' defined in 'firebase_core'
firebase_database: Using Firebase SDK version '10.3.0' defined in 'firebase_core'
[!] CocoaPods could not find compatible versions for pod "Firebase/Database":
In Podfile:
firebase_database (from
.symlinks/plugins/firebase_database/ios
) was resolved to 10.0.7, which depends onFirebase/Database (= 10.3.0)
Beta Was this translation helpful? Give feedback.
All reactions