3

I got an error when building an app after install pod 'Firebase/Firestore'.

enter image description here

I'm using Xcode 11.2.1, cocoapods version 1.8.4, and macOS 10.15.1

This is content in Podfile

enter image description here

Gene Bo
  • 11,284
  • 8
  • 90
  • 137
  • Be sure to open your app with the .xcworkspace file, not the .xcodeproj file. You may want to deintegrate your pod and fresh install using the --verbose switch to catch any errors. Also check you apps deployment target iOS Version. – Jay Dec 01 '19 at 15:59
  • 1
    Running into the same issue, here's how I resolved it: https://stackoverflow.com/a/64364518/2162226 – Gene Bo Oct 16 '20 at 17:08

1 Answers1

1

Try pod deintegrate and pod update. If that doesn't work, share the contents of the Podfile.lock in the question.

Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139
  • That doesn't work :( And I dont know how to share the contents of the Podfile.lock here, it has too many characters, so I sent it to Google Drive: https://drive.google.com/open?id=1kptmTv3lSGrDtwtp8rLGw8FzJtylC9AN – Hiếu Nguyễn Đắc Nov 28 '19 at 17:06