Skip to content

Trying to use the source pod integration #702

Closed
@nico75005

Description

@nico75005
  • Xcode version: 9.2 (9C40b)
  • Firebase SDK version: 4.8.1
  • Firebase Component: Firestore
  • Component version: 0.10.0

I am trying to use the source pod integration but once I do and try to compile I get an error.

So here are my pods:

pod 'Firebase/Core'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Firestore'
pod 'Firebase/Messaging'
pod 'Firebase/RemoteConfig'
pod 'FirebaseFirestore', :git => 'https://github.com/firebase/firebase-ios-sdk.git'

Now I can see the sources that have replaced the binary framework.
But when I try to compile it, I get the following error:

MyProject/Pods/FirebaseFirestore/Firestore/core/src/firebase/firestore/util/comparison.h:32:10: 'absl/strings/string_view.h' file not found

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions