react-native-firebase-starter icon indicating copy to clipboard operation
react-native-firebase-starter copied to clipboard

fatal error: 'chrono' file not found

Open bharatbiswal opened this issue 7 years ago • 6 comments

react-native-cli: 2.0.1 react-native: 0.57.1 Xcode: 9.4.1 OSX: 10.13.6

Upon running "npm run ios", I get following error: In file included from ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/support/time.h:22: ../../../ios/Pods/Headers/Public/gRPC-C++/grpcpp/impl/codegen/time.h:22:10: fatal error: 'chrono' file not found #include ^~~~~~~~ 1 error generated. screen shot 2018-10-14 at 6 56 07 am

bharatbiswal avatar Oct 14 '18 01:10 bharatbiswal

@bharatbiswal did you end up getting it working? I'm getting the same issue on Xcode 10

shaynos avatar Oct 16 '18 22:10 shaynos

See https://github.com/invertase/react-native-firebase/issues/1610

adcuz avatar Oct 19 '18 07:10 adcuz

Did Anyone get this working? reverting back to 4.3.8 doesnt work.

rishavcn avatar Oct 20 '18 07:10 rishavcn

any update on this? it is damn annoying to not get past this.

CyrusZei avatar Mar 18 '19 08:03 CyrusZei

it has to do with the gRPC-C++ and that firestore is using this. if you comment out firestore from your podfile and pod install it will work, bur then if you need firestore you are pretty much doomed =/

would be nice if somebody could look into this. I am so lost

CyrusZei avatar Mar 18 '19 08:03 CyrusZei

try this fix, it worked for me

https://github.com/firebase/firebase-ios-sdk/issues/1916#issuecomment-474153045

CyrusZei avatar Mar 19 '19 01:03 CyrusZei