使用Firestore pod归档时出错

时间:2018-06-16 22:26:45

标签: ios swift firebase cocoapods google-cloud-firestore

我已经能够构建并运行我的应用程序好几周,现在在归档时我收到了多个错误,可能涉及pods。我在项目中使用的框架包括:

pod 'GooglePlaces'
pod 'GoogleMaps'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Storage'
pod 'SDWebImage', '~> 4.0'

安装并更新所有pod 可可豆荚更新

我收到了一些初步的构建时错误,这些错误由Google在这里解决:

https://github.com/GoogleCloudPlatform/ios-docs-samples/blob/master/speech/Swift/Speech-gRPC-Streaming/BUILDFIXES

并按照他们提供的步骤来修复错误,但现在我在Firestore.pbrpc.h中收到此错误:

  

必须从模块导入'GRPCProtoService'声明   需要之前的'ProtoRPC.ProtoService'

我找不到任何有关此错误的帮助。我该如何解决?

0 个答案:

没有答案