小编jam*_*kid的帖子

添加Firestore会生成错误ld:framework not found GRPCClient

我将Firestore添加到我现有的项目中,我一直在使用Firebase的实时数据库,并且无法再次运行我的项目.现在无法编译我的项目.我一直在 ld: framework not found GRPCClient.

当我删除时pod 'Firebase/Firestore',我的项目运行没有问题.但是我一添加pod 'Firebase/Firestore' 并安装它就得到了错误 ld: framework not found GRPCClient

这是我的Podfile内容:

  pod 'Pastel'
  pod 'TwicketSegmentedControl'
  pod 'IQKeyboardManager'

  pod 'PINRemoteImage'

  pod 'FacebookCore'

  pod 'Firebase/Core'
  pod 'Firebase/Auth'
  pod 'FacebookLogin'
  pod 'FacebookShare'
  pod 'Firebase/Database'
  pod 'Firebase/Messaging'
  pod 'Firebase/Crash'
  pod 'Firebase/RemoteConfig'
  pod 'Firebase/Storage'
  pod 'Firebase/Firestore'

  pod 'AAPhotoCircleCrop'
  pod 'GrowingTextView', '~> 0.4.0'
  pod 'TimeAgoInWords'

  pod 'Fabric'
  pod 'Crashlytics'
Run Code Online (Sandbox Code Playgroud)

构建错误的屏幕截图

firebase swift grpc google-cloud-firestore

5
推荐指数
1
解决办法
557
查看次数

标签 统计

firebase ×1

google-cloud-firestore ×1

grpc ×1

swift ×1