You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] 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)
CordovaPluginsStatic (from `../capacitor-cordova-ios-plugins`) was resolved to 3.5.1, which depends on
Firebase/DynamicLinks (= 9.3.0) was resolved to 9.3.0, which depends on
Firebase/CoreOnly (= 9.3.0)
If I don't include this dependency everything is building fine (even the Analytics which was added earlier). I tried to look into the issue, and if I have identified it properly, it has to do something with this depending on the 9.3.0 version of DynamicLinks exactly and it is not being resolved properly (maybe because the current available version is 9.6.0, although I am not sure).
Can you please help me resolve this problem, because I can't use this plugin for the time being.
Note: pod install --repo-update yields the same error
Also I know that this is a Cordova plugin not a Capacitor one, but I'm just wondering if anyone has faced this issue and possibly know a solution for it regardless.
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to integrate this plugin into a Capacitor project according to this description: https://ionicframework.com/docs/native/firebase-dynamic-links.
When the build runs I get the following error:
If I don't include this dependency everything is building fine (even the Analytics which was added earlier). I tried to look into the issue, and if I have identified it properly, it has to do something with this depending on the 9.3.0 version of DynamicLinks exactly and it is not being resolved properly (maybe because the current available version is 9.6.0, although I am not sure).
Can you please help me resolve this problem, because I can't use this plugin for the time being.
Note: pod install --repo-update yields the same error
Also I know that this is a Cordova plugin not a Capacitor one, but I'm just wondering if anyone has faced this issue and possibly know a solution for it regardless.
The text was updated successfully, but these errors were encountered: