Getting 2 Errors on Step 4.
gojogo88 opened this issue · 2 comments
gojogo88 commented
I'm copying the code listed but I'm getting these errors when I run it.
- Type 'AppDelegate' does not conform to protocol 'GIDSignInDelegate'
- Invalid redeclaration of 'sign(_:didSignInFor:withError:)'
morganchen12 commented
You've defined the sign(_:didSignInFor:withError:)
method twice. Remove one of them and your errors should go away.
In general, questions of this format should go on StackOverflow.
consbulaquena commented
@morganchen12 Thanks! IT solved my redeclaration error.