Capacitor latest version pod issue for firebase (CocoaPods could not find compatible versions for pod "FirebaseCore")

I am using capacitor version 3.3.3 and using the Cordova firebase plugin for my application.

for the iOS platform while installing the pod I am facing compatibility issues: CocoaPods could not find compatible versions for pod "FirebaseCore"

So please help me with this issue if anyone faces the same issue while using the firebase Cordova plugin in the ionic/capacitor application.

I am attaching my error and Podfile screenshot here for more details.
pod-firebase-capacitor
podfile-ss

Tagging a bunch of people is not necessary and is likely to cause the forum to flag posts as spam…

It’s not clear what the issue is from what you’ve provided. Can you provide a sample in the forum of a github repo

Yes, I am providing you with more details about the problem which I am facing now.

I am getting this error when I am trying to create a build for Ionic with the capacitor. This issue comes when the “pod install” process going on. It’s related to the version compatible issue.

I am attaching my package versions also here so please check once from your side.


Any news here? I’ve the same problem now:

Updating iOS native dependencies with pod install - failed!
✖ update ios - failed!
[error] Analyzing dependencies
        [!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly":
        In Podfile:
        CapacitorCommunityFirebaseAnalytics (from `../../node_modules/@capacitor-community/firebase-analytics`) was
        resolved to 1.0.1, which depends on
        Firebase/Analytics (~> 8.0) was resolved to 8.0.0, which depends on
        Firebase/Core (= 8.0.0) was resolved to 8.0.0, which depends on
        Firebase/CoreOnly (= 8.0.0)
        
        CapacitorFirebaseAuthentication (from `../../node_modules/@capacitor-firebase/authentication`) was resolved to
        0.3.1, which depends on
        Firebase/Auth (= 9.1.0) was resolved to 9.1.0, which depends on
        Firebase/CoreOnly (= 9.1.0)