chemerisuk / cordova-plugin-firebase-analytics

Cordova plugin for Firebase Analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CocoaPods could not find compatible versions for pod "GoogleUtilities/AppDelegateSwizzler"

pendelru opened this issue · comments

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-googleplus" plugin ("^8.5.2").
Could anyone help us out here?