Answers for "cocoapods could not find compatible versions for pod firebase_auth flutter"

11

CocoaPods could not find compatible versions for pod "Firebase/Messaging":

I had the same problem, but I solved it like this

rm Podfile.lock
pod install --repo-update
Posted by: Guest on November-08-2020
1

cocoapods could not find compatible versions for pod firebase_auth flutter

# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
Posted by: Guest on November-11-2021

Code answers related to "cocoapods could not find compatible versions for pod firebase_auth flutter"

Browse Popular Code Answers by Language