Hello, in Visual studio when triying to test my app for IOS, I get this message :
[!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly":
In Podfile:
firebase_core (from .symlinks/plugins/firebase_core/ios
) was resolved to 2.24.2, which depends on
Firebase/CoreOnly (= 10.18.0)
flutter_geofire (from .symlinks/plugins/flutter_geofire/ios
) was resolved to 0.0.1, which depends on
GeoFire (~> 4.0) was resolved to 4.1.0, which depends on
Firebase/Database (~> 6.0) was resolved to 6.0.0, which depends on
Firebase/CoreOnly (= 6.0.0)
Error running pod install
Error launching application on iPhone 15 Pro Max.
Has someone an idea about how to solve that ? Thanks