-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels