Firestore installation using Cocoapods

后端 未结 2 1066

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

2条回答
  •  温柔的废话
    2021-01-22 15:38

    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
    

提交回复
热议问题