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
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
We are in the process of upgrading our Ionic app to the latest version (Ionic 6, Angular 13, Capacitor 3). However, we encounter a conflict when building for iOS:
[capacitor] [!] CocoaPods could not find compatible versions for pod "GoogleUtilities/AppDelegateSwizzler":
[capacitor] In Podfile:
[capacitor] CordovaPlugins (from ../capacitor-cordova-ios-plugins) was resolved to 3.5.0, which depends on
[capacitor] Firebase/Analytics (> 8.8.0) was resolved to 8.8.0, which depends on
[capacitor] Firebase/Core (= 8.8.0) was resolved to 8.8.0, which depends on
[capacitor] FirebaseAnalytics (> 8.8.0) was resolved to 8.8.0, which depends on
[capacitor] GoogleUtilities/AppDelegateSwizzler (> 7.4)
[capacitor]
[capacitor] CordovaPluginsStatic (from ../capacitor-cordova-ios-plugins) was resolved to 3.5.0, which depends on
[capacitor] GoogleUtilities (> 7.2.2) was resolved to 7.2.2, which depends on
[capacitor] GoogleUtilities/AppDelegateSwizzler (= 7.2.2)
There seems to be a conflict between this plugin and the latest "cordova-plugin-firebase-analytics" plugin ("^6.1.0").
Could anyone help us out here?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are in the process of upgrading our Ionic app to the latest version (Ionic 6, Angular 13, Capacitor 3). However, we encounter a conflict when building for iOS:
[capacitor] [!] CocoaPods could not find compatible versions for pod "GoogleUtilities/AppDelegateSwizzler":
[capacitor] In Podfile:
[capacitor] CordovaPlugins (from
../capacitor-cordova-ios-plugins
) was resolved to 3.5.0, which depends on[capacitor] Firebase/Analytics (
> 8.8.0) was resolved to 8.8.0, which depends on> 8.8.0) was resolved to 8.8.0, which depends on[capacitor] Firebase/Core (= 8.8.0) was resolved to 8.8.0, which depends on
[capacitor] FirebaseAnalytics (
[capacitor] GoogleUtilities/AppDelegateSwizzler (
> 7.4)> 7.2.2) was resolved to 7.2.2, which depends on[capacitor]
[capacitor] CordovaPluginsStatic (from
../capacitor-cordova-ios-plugins
) was resolved to 3.5.0, which depends on[capacitor] GoogleUtilities (
[capacitor] GoogleUtilities/AppDelegateSwizzler (= 7.2.2)
There seems to be a conflict between this plugin and the latest "cordova-plugin-firebase-analytics" plugin ("^6.1.0").
Could anyone help us out here?
The text was updated successfully, but these errors were encountered: