I am trying to login with Firebase Google Login. After installing the pods when i import header file 'GoogleSignIn' it gives me an error.
No such module 'GoogleSignIn'
Here is my pod file
I also tried different troubleshoot methods like
- update pods
- Restarted Xcode
But none of methods did work for me. How i fix this issue

