-
Notifications
You must be signed in to change notification settings - Fork 625
Adding installation variable to use a custom GoogleUtilities pod version #737
base: master
Are you sure you want to change the base?
Conversation
Adding IOS_GOOGLEUTILITIES_VERSION variable to enable targeting specific GOOGLEUTILITIES pod version.
@Sherifabdulmawla Thank you so much! For me, the build was failing with FCM and google plus plugins. With your fork, everything works perfectly! |
I'm happy to know that. You're most welcome. |
I'd just like to add that I need this to for my build to work. @EddyVerbruggen could you please merge this so we can continue using this plugin instead of having to use a fork? |
We're also running into issues with other plugins where we need to be able to specify a higher GoogleUtilities version for iOS. |
Hello after add google plus with this fork. how did you add fcm to your code? did you install it as normal command or specific version? thanks |
Hello can you tell what exact fcm version did you use? because i have error with fcm thanks ([email protected]) |
Hello |
FirebaseAnalytics plugin depends on FirebaseCore 8.8.0. that depends on GoogleUtilities 7.6.0 |
+1 this is needed |
Can't thank you enough! I spent days debugging this, your fork worked flawlessly. |
FWIW - I've bundled this change (with tweaks) into #764 |
The edit simply allow plugin users to define a custom GoogleUtilities pod version when installing plugin by adding the variable IOS_GOOGLEUTILITIES_VERSION to the installation command and assigning the desired version for it so that plugin users can solve installation issues raised by dependencies conflict with other plugins, specially cordova firebase plugins