-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Firestore integration via cocoapods is broken #736
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable