[!] CocoaPods could not find compatible versions for pod "cloud_firestore":
In Podfile:
cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`)
Hello, this is Dr. Ho from Haiti. Today we will learn about CocoaPods configuration errors when building xcode.
If an error message like the above appears
The reason is simple.
An error may occur because the library and pods version you are trying to use do not match.
Then, just edit the podfile.
I'm trying to use cloud_firestore: ^5.2.1
platform:ios, '12.0'
Because it doesn't fit
platform:ios, '13.0'
Uploaded to .
After uploading it, there was no problem.
Well, hello everyone, I hope you have fun coding. thank you
0 Comments