I am having a problem when working pod set up in my flutter undertaking for IOS.
I didn’t change any dependencies however there appears to be an issue with the Firebase/Firestore model.
Specifically the error i am getting is:
`[!] CocoaPods couldn’t discover suitable variations for pod “Firebase/Firestore”:
In snapshot (Podfile.lock):
Firebase/Firestore (= 10.15.0)
In Podfile:
cloud_firestore (from .symlinks/plugins/cloud_firestore/ios) was resolved to 4.13.3, which is determined by
Firebase/Firestore (= 10.18.0)
Specs satisfying the Firebase/Firestore (= 10.15.0), Firebase/Firestore (= 10.18.0) dependency have been discovered, however they required a better minimal deployment goal.
[!] Routinely assigning platform iOS with model 12.0 on track Runner as a result of no platform was specified. Please specify a platform for this goal in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform`
Anybody going through the identical concern?
I’ve already tried each command i do know:
pod set up
pod replace
pod repo replace
flutter clear
flutter pub get
I updgraded flutter and all of the packages, and recreated the podfile and podfile.lock information.