Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16904

React Native - iOS - error: 'Google/SignIn.h' file not found

$
0
0

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. enter image description here Maybe i just dont know how to actually import that file. Do you guys have a solution for this?


Viewing all articles
Browse latest Browse all 16904

Trending Articles