Closed
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
Core, Auth
Which platforms are affected?
iOS
Description
I have pasted my logs below facing some deployment target kind of issues even after changing deployment target properly in application
Reproducing the issue
- Create a new project in flutter with version 3.22.2
- Connect to firebase project using flutterfire_cli
- add firebase core and firebase auth latest version in dependancy
- change target platform to 15.0 in iOS
- run the build
Firebase Core version
^3.4.1
Flutter Version
3.22.2
Relevant Log Output
No response
Flutter dependencies
Expand Flutter dependencies
snippet
dependencies:
flutter:
sdk: flutter
google_fonts: 6.2.1
cupertino_icons: ^1.0.8
auto_route: ^8.1.4
firebase_auth: ^5.2.1
firebase_core: ^3.4.1
Additional context and comments
No response