russmedia-digital / cordova-plugin-google-signin

Cordova Google SignIn
Apache License 2.0
11 stars 29 forks source link

Updates the pod GoogleUtilities from 7.12.0 to 7.13.3 #19

Open vikramjo opened 1 month ago

vikramjo commented 1 month ago

With older version of GoogleUtilities, updating cordova-ios to 7.1.1 throws an error saying "Failed to install 'cordova-plugin-google-signin': Error: Command failed with exit code 1: pod install --verbose"

It also says "Specs satisfying the GoogleUtilities/UserDefaults (= 7.13.3, ~> 7.8), GoogleUtilities/UserDefaults (= 7.12.0) dependency were found, but they required a higher minimum deployment target." However, even if I set minimum deployment target to the highest, the error doesn't go away. Updating GoogleUtilities to 7.13.3 fixes the issue. We also use the firebase analytics plugin, which uses GoogleUtilities too, and probably had some conflict that gets resolved by using 7.13.3.