I got an error when building an app after install pod 'Firebase/Firestore'.
I'm using Xcode 11.2.1, cocoapods version 1.8.4, and macOS 10.15.1
This is content in Podfile
I got an error when building an app after install pod 'Firebase/Firestore'.
I'm using Xcode 11.2.1, cocoapods version 1.8.4, and macOS 10.15.1
This is content in Podfile
Try pod deintegrate
and pod update
. If that doesn't work, share the contents of the Podfile.lock
in the question.