fatal error: 'chrono' file not found
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 
@bharatbiswal did you end up getting it working? I'm getting the same issue on Xcode 10
See https://github.com/invertase/react-native-firebase/issues/1610
Did Anyone get this working? reverting back to 4.3.8 doesnt work.
any update on this? it is damn annoying to not get past this.
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
try this fix, it worked for me
https://github.com/firebase/firebase-ios-sdk/issues/1916#issuecomment-474153045