Xcode – CocoaPods could not find compatible versions for pod "Firebase/Crashlytics"
I am developing react-native app. I followed the firebase instruction adding my iOS app to my firebase project. In my Podfile, I have: pod 'Firebase/Crashlytics' pod 'Firebase/Analytics' when I run pod install I keep getting the error saying "CocoaPods could…