i dont have enough experience on iOS and i'm facing this problem. Actually this is a react native Project I tried to do this on my bridging Header.
#import <Google/SignIn.h>
When i try to build the app. It will produce an error like this :
error: 'Google/SignIn.h' file not found
The header file not found. The SignIn.h is available on Pods folder. Maybe i just dont know how to actually import that file. Do you guys have a solution for this?