Skip to content

Firestore integration via cocoapods is broken #736

@aplusm

Description

@aplusm

Describe your environment

  • Xcode version: 9.2
  • Firebase SDK version: 4.8.2
  • Firebase Component: Firestore
  • Component version: 0.10.0

Describe the problem

Simple project with a basic Podfile:

platform :ios, '9.0'
use_frameworks!

target 'test' do
  pod 'Firebase/Core'
  pod 'Firebase/Firestore'
end

When building, the following error is detected:

**Lexical or Preprocessor Issue**

[ProjectDir]/Pods/gRPC-Core/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h:6:10: 'third_party/nanopb/pb.h' file not found

 In file included from [ProjectDir]/Pods/gRPC-Core/src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc:100

In file included from [ProjectDir]/Pods/gRPC-Core/src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h:25

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions