if you use the pod "Google/SignIn" , it installs GoogleSignIn 3.0.0
if you use the pod "GoogleSignIn" , install the latest version 4.0.2
However, if you run the application using the pod "GoogleSignIn" , then the application crashes with the message:
You have enabled the SignIn service in Developer Console, but it appears as though your Podfile is missing the line: 'pod "Google/SignIn" or you may need to run `pod update` in your project directory.
So, is GoogleSignIn 3.0.0 using the latest version?
source share