-
-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support latest GoogleSignIn ios SDK #707
Comments
are u fix that? |
same problem! |
Possible to find a documentation, to what has changed? |
here's the changelog https://developers.google.com/identity/sign-in/ios/release if someone wants to migrate the apis to v5, feel free to contribute! Thanks. |
For people who landed here and don't want to update react-native-google-signin you can head to your podfile and force GoogleSignIn to use the older version for now
and run a |
done in v3 |
if someone encounters the error, removing the |
Issue
The
GoogleSignIn
Podfile was upgraded to 5.0.0 recently, which appears to have renamed (or deleted?) a few things. Attempting to compile[email protected]
against this version results in the following error:.../node_modules/react-native-google-signin/ios/RNGoogleSignin/RNGoogleSignin.h:11:74: Cannot find protocol declaration for 'GIDSignInUIDelegate'; did you mean 'GIDSignInDelegate'?
Environment
iOS
The text was updated successfully, but these errors were encountered: