Skip to content

pod install - CocoaPods could not find compatible versions for pod "Firebase/AppCheck" #6

@jjgriff93

Description

@jjgriff93

Hello, firstly thank you for this plug-in! I'm experiencing issues when performing pod install due to some conflicting dependencies between this Capacitor plug-in and the Crashlytics one:

[error] Analyzing dependencies
        [!] CocoaPods could not find compatible versions for pod "Firebase/AppCheck":
        In Podfile:
        CapacitorFirebaseAppcheck (from `../../node_modules/capacitor-firebase-appcheck`) was resolved to 1.0.10, which
        depends on
        Firebase/AppCheck (~> 8.4.0-beta)
        
        Firebase/AppCheck
        
        CocoaPods could not find compatible versions for pod "Firebase/CoreOnly":
        In Podfile:
        CapacitorCommunityFirebaseCrashlytics (from `../../node_modules/@capacitor-community/firebase-crashlytics`) was
        resolved to 1.3.0, which depends on
        Firebase/Crashlytics (= 8.12.1) was resolved to 8.12.1, which depends on
        Firebase/CoreOnly (= 8.12.1)
        
        CapacitorFirebaseAppcheck (from `../../node_modules/capacitor-firebase-appcheck`) was resolved to 1.0.10, which
        depends on
        Firebase/AppCheck (~> 8.4.0-beta) was resolved to 8.4.0, which depends on
        Firebase/CoreOnly (= 8.4.0)
        
        CocoaPods could not find compatible versions for pod "Firebase/Crashlytics":
        In Podfile:
        CapacitorCommunityFirebaseCrashlytics (from `../../node_modules/@capacitor-community/firebase-crashlytics`) was
        resolved to 1.3.0, which depends on
        Firebase/Crashlytics (= 8.12.1)
        
        Firebase/Crashlytics

It seems in your pod file you're specifying 8.4.0-beta for AppCheck which has a dependency on Firebase/CoreOnly (= 8.4.0). Would it be possible to update this to a newer version and make it forward compatible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions