Open jpike88 opened 1 year ago
+1
Along with the above errors, I am also getting use of undeclared identifier
errors when I build for iOS.
/Users/[REDACTED]/platforms/ios/Spiking/Plugins/cordova-plugin-google-signin/GoogleSignInPlugin.m:57:5: error: use of undeclared
identifier 'GIDConfiguration'
GIDConfiguration *config = [[GIDConfiguration alloc] initWithClientID:clientId];
^
/Users/[REDACTED]/platforms/ios/Spiking/Plugins/cordova-plugin-google-signin/GoogleSignInPlugin.m:57:23: error: use of undeclared
identifier 'config'
GIDConfiguration *config = [[GIDConfiguration alloc] initWithClientID:clientId];
^
/Users/[REDACTED]/platforms/ios/Spiking/Plugins/cordova-plugin-google-signin/GoogleSignInPlugin.m:57:34: error: use of undeclared
identifier 'GIDConfiguration'
GIDConfiguration *config = [[GIDConfiguration alloc] initWithClientID:clientId];
^
https://github.com/aquipa/cordova-plugin-google-signin
I have a fixed fork, just had to pin the google pod versions
You haven't pinned GoogleSignIn pod, and version 7.0 just got realised (Dec 2022). It's now breaking iOS builds