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
We are using ios_sdk version 5.4.4.
When updating firebase-ios-sdk from 12.2.0 to 12.3.0, we encountered the following error:
Failed to resolve dependencies Dependencies could not be resolved because root depends on 'firebase-ios-sdk' 12.3.0 and root depends on 'ios_sdk' 5.4.4.
'ios_sdk' is incompatible with 'firebase-ios-sdk' because 'firebase-ios-sdk' 12.3.0 depends on 'googleappmeasurement' 12.3.0.
'ios_sdk' is incompatible with 'googleappmeasurement' because 'ios_sdk' 5.4.4 depends on 'google-ads-on-device-conversion-ios-sdk' 2.0.0..<3.0.0 and 'googleappmeasurement' 12.3.0 depends on 'google-ads-on-device-conversion-ios-sdk' 3.0.0..<3.1.0.
It seems that ios_sdk 5.4.4 is restricted to google-ads-on-device-conversion-ios-sdk version 2.x, while firebase-ios-sdk 12.3.0 requires version 3.x.
Would it be possible to update the dependency version of google-ads-on-device-conversion-ios-sdk to ensure compatibility with the latest Firebase iOS SDK?