Problems implementing Google Sign In

I’ve encountered a frustrating problem while working on my app, and I could really use some help from the community. I’m trying to integrate Google Sign-In into my iOS app, and I’ve followed the necessary steps to import GoogleSignIn into my project. However, when I try to use the GIDSignInDelegate protocol, Xcode throws an error saying “GIDSignInDelegate not found.” Has anyone else experienced a similar issue or has any idea what might be causing this?

Welcome to the community!

As it’s mentioned in the thread you posted in, this is because of version numbers.

You should check their documentation for the most up to date way of using the API, because it changes all the time

1 Like