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
I am trying to lift my capacitor codebase to 7.0.0 (I am following the guide on the capacitor website (https://capacitorjs.com/docs/updating/7-0)) but have troubles with the @capacitor-firebase/analytics plugin (and possibly other @capacitor-firebase-ones too but this is the first that hits the error).
It seems to require a version of FirebaseAnalytics for iOS that is not found or fetched ... or possibly in conflict.
[error] Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "FirebaseAnalytics":
In snapshot (Podfile.lock):
FirebaseAnalytics (= 11.4.0, ~> 11.0)
In Podfile:
CapacitorFirebaseAnalytics/Analytics (from `../../node_modules/@capacitor-firebase/analytics`) was resolved to
7.0.0, which depends on
FirebaseAnalytics (~> 11.7.0)
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* changed the constraints of dependency `FirebaseAnalytics` inside your development pod
`CapacitorFirebaseAnalytics/Analytics`.
You should run `pod update FirebaseAnalytics` to apply changes you've made.
npm install works fine.
The error above happens when I do npm run build && npx cap sync
Plugin(s)
Version
7.0.0
Platform(s)
Current behavior
I am trying to lift my capacitor codebase to 7.0.0 (I am following the guide on the capacitor website (https://capacitorjs.com/docs/updating/7-0)) but have troubles with the
@capacitor-firebase/analytics
plugin (and possibly other @capacitor-firebase-ones too but this is the first that hits the error).It seems to require a version of
FirebaseAnalytics
for iOS that is not found or fetched ... or possibly in conflict.npm install
works fine.The error above happens when I do
npm run build && npx cap sync
My dependencies in package.json looks like this:
What am I doing wrong here?
Does
@capacitor-firebase/analytics
require some additional measures when upgrading?Expected behavior
``
Reproduction
n/a
Steps to reproduce
Other information
No response
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/android: not installed
@capacitor/core: 7.0.1
@capacitor/cli: 7.0.1
@capacitor/ios: 7.0.1
[success] iOS looking great! 👌
Before submitting
The text was updated successfully, but these errors were encountered: