cloud_firestore: ^0.16.0
firebase_auth: ^0.20.0+1
smooth_star_rating: ^1.0.4
google_maps: ^4.0.0
firebase_core: ^0.7.0
rxdart: ^0.24.1
Pod install Analyzing dependencies cloud_firestore: Using Firebase SDK version '7.3.0' defined in 'firebase_core' firebase_auth: Using Firebase SDK version '7.3.0' defined in 'firebase_core' firebase_core: Using Firebase SDK version '7.3.0' defined in 'firebase_core' [!] CocoaPods could not find compatible versions for pod "cloud_firestore": In Podfile: cloud_firestore (from
.symlinks/plugins/cloud_firestore/ios
)Specs satisfying the
cloud_firestore (from
.symlinks/plugins/cloud_firestore/ios)
dependency were found, but they required a higher minimum deployment target.[!] Automatically assigning platform
iOS
with version9.0
on targetRunner
because no platform was specified. Please specify a platform for this target in your Podfile. Seehttps://guides.cocoapods.org/syntax/podfile.html#platform
.
I get this error on terminal whenever I try to install pod.
Every time the pod install command is run — and downloads and install new pods — it writes the version it has installed, for each pods, in the Podfile. lock file. This file keeps track of the installed version of each pod and locks those versions.
This problem mainly occur when using a MacBook with the M1 chip.
CocoaPods could not find compatible versions for pod "Firebase/Messaging":
In Podfile:
firebase_messaging (from .symlinks/plugins/firebase_messaging/ios
) was resolved to 10.0.0, which depends on
Firebase/Messaging (= 8.0.0)
The Solution here is to try the following steps:
#update repo
As the error said, we have incompatibility with the firebase package so: I went to the Podfile and upgrade to 10 (platform :ios, '10.0') and the error go away;
as additional note: I had that line commented before, so my first try was uncomment and upgrade to 9, but it wasn't work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With