Google-signin: 'RNGoogleSignin.h' file not found

Created on 1 Oct 2018  路  7Comments  路  Source: react-native-google-signin/google-signin

I follow carefully the step by step at here: https://github.com/react-native-community/react-native-google-signin/blob/master/ios-guide.md but it's still error. I try many way but not working, don't know why, please help!!!!

馃挜 Build Issue

Most helpful comment

If you did like me and followed carefully the manual instructions but without using react-native-link, what solved it for me was adding $(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin to the Header Search Paths

All 7 comments

screen shot 2018-10-01 at 2 53 21 pm
Image here

same issue here

same here

If you did like me and followed carefully the manual instructions but without using react-native-link, what solved it for me was adding $(SRCROOT)/../node_modules/react-native-google-signin/ios/RNGoogleSignin to the Header Search Paths

does #import <RNGoogleSignin/RNGoogleSignin.h> work?

this seemed to work #import "RNGoogleSignin.h"

we have updated the ios guide with https://github.com/react-native-community/react-native-google-signin/releases/tag/v1.0.0-rc8 so this should no longer be an issue.

Was this page helpful?
0 / 5 - 0 ratings