cordova-plugin-googleplus icon indicating copy to clipboard operation
cordova-plugin-googleplus copied to clipboard

Adding installation variable to use a custom GoogleUtilities pod version

Open Sherifabdulmawla opened this issue 3 years ago • 11 comments

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

Sherifabdulmawla avatar May 11 '21 06:05 Sherifabdulmawla

@Sherifabdulmawla Thank you so much! For me, the build was failing with FCM and google plus plugins. With your fork, everything works perfectly!

matfeinikolaev avatar Jun 04 '21 00:06 matfeinikolaev

@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.

Sherifabdulmawla avatar Jun 04 '21 17:06 Sherifabdulmawla

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?

blackwolf12333 avatar Jun 10 '21 07:06 blackwolf12333

We're also running into issues with other plugins where we need to be able to specify a higher GoogleUtilities version for iOS.

mcfarljw avatar Aug 04 '21 19:08 mcfarljw

@Sherifabdulmawla Thank you so much! For me, the build was failing with FCM and google plus plugins. With your fork, everything works perfectly!

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

alitalaee avatar Sep 01 '21 03:09 alitalaee

Hello can you tell what exact fcm version did you use? because i have error with fcm thanks ([email protected])

alitalaee avatar Sep 01 '21 04:09 alitalaee

Hello Is this pr going to be merged? Any problem with this? Thanks

juanmaldonadodev avatar Nov 23 '21 17:11 juanmaldonadodev

Hello can you tell what exact fcm version did you use? because i have error with fcm thanks ([email protected])

FirebaseAnalytics plugin depends on FirebaseCore 8.8.0. that depends on GoogleUtilities 7.6.0

juanmaldonadodev avatar Nov 23 '21 17:11 juanmaldonadodev

+1 this is needed

franalt avatar Dec 28 '21 04:12 franalt

Can't thank you enough! I spent days debugging this, your fork worked flawlessly.

franalt avatar Dec 28 '21 04:12 franalt

FWIW - I've bundled this change (with tweaks) into #764

booleanbetrayal avatar Sep 13 '22 22:09 booleanbetrayal