Here is trace

Here is my Podfile

This way of installing React use Folly and boost-for-react-native which cause this error
I need this for react-native-maps
When I use GoogleSignIn in clear project - all good
How to use react-native-google-signin with react-native-maps?
I am not using react native maps but still same issue.
Solved by changing RNGoogleSignin.xcodeproj
In "Framework search paths" and in "Header search paths" should use $(PROJECT_DIR)/GoogleSdk
Also having this issue, but the proposed solution does not work for me. Any other ideas?
@jmacioszek remove${SRCROOT}/../../../ios/** from RNGoogleSignin.xcodeproj header search path.
@AbhishekCode awesome, thanks a lot!
Solved.
Most helpful comment
@jmacioszek remove
${SRCROOT}/../../../ios/**from RNGoogleSignin.xcodeproj header search path.