iOS build fails: Conflicting GoogleUtilities versions between Firebase and GoogleSignIn #3115
Replies: 1 comment
-
Hello @carlos-raposo , We currently have an ongoing thread on discord. I'll be closing this as a duplicate, please let's continue there. |
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.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Expected results
A successful iOS build that includes Google Sign-In functionality along with Firebase authentication.
Actual results
CocoaPods could not find compatible versions for pod "GoogleUtilities/Environment"
Required by:
There seems to be an irreconcilable conflict between different versions of GoogleUtilities required by Firebase packages (
7.8, ~7.12) and Google Sign-In (8.0).Additional information
I've tried multiple approaches:
Fixing specific versions in Podfile
Using CocoaPods 1.11.3
Setting minimum iOS deployment target to 15.0
Adding custom post_install hooks
Using different combinations of Firebase and Google Sign-In versions
None of these approaches have successfully resolved the conflict.
Build id (optional)
68310f5ef39bef929377d254
Beta Was this translation helpful? Give feedback.
All reactions