I\'m trying to install firestore in my project.
when I\'m trying to install that, Xcode displays
fatal error: module map file \'/Users/account/Doc
Firestore requires latest CocoaPods. As per Google developer
It should get better with CocoaPods 1.9.0 which is adding the capability to specify dynamic/static linkage for each pod in the Podfile.
Please check this link https://github.com/firebase/firebase-ios-sdk/issues/3816
We can also force CocoaPods to not apply modular headers for the troubling pods... in this case:
pod 'BoringSSL-GRPC', '= 0.0.3', :modular_headers => false
pod 'gRPC-Core', '= 1.21.0', :modular_headers => false