Skip to content
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

Update to latest GoogleSignIn #6

Closed
yelled3 opened this issue Nov 6, 2015 · 3 comments
Closed

Update to latest GoogleSignIn #6

yelled3 opened this issue Nov 6, 2015 · 3 comments

Comments

@yelled3
Copy link

yelled3 commented Nov 6, 2015

I get the following message in Xcode console:

A new version of GoogleSignIn is available: https://cocoapods.org/pods/GoogleSignIn

couldn't find which version is currently in use, but the latest is v2.4.0

https://cocoapods.org/pods/GoogleSignIn#changelog

@devfd
Copy link
Contributor

devfd commented Nov 12, 2015

updated to latest sdk v2.4.0 along with sample app

@devfd devfd closed this as completed Nov 12, 2015
@yelled3
Copy link
Author

yelled3 commented Nov 13, 2015

@devfd thanks 👍

@yelled3
Copy link
Author

yelled3 commented Nov 13, 2015

@devfd after updating I got a build error.
doing the following solved it:

In your Target settings window, scroll down to the "Other Linker Flags" section and make sure that -lz is in the field. This will link against the built-in zlib, and your error should go away.

see:
http://stackoverflow.com/a/289294/2857906

how about we update the docs?

vonovak added a commit that referenced this issue Aug 11, 2023
fixes not-always-correctly detected `NO_SAVED_CREDENTIAL_FOUND` error
also makes the errors more unified across ios and android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants