I migrate my flutter app from flutter 2 to latest(3.3.8) successfully, now i am trying to run my flutter app on IOS simulator 11 pro max. Pod is installed successfully but it failed here.
Here are the error messages with i try to run with command
flutter run --verbose
when i just simply run app with comand flutter run
it throw following error
I tried all the available solutions suggested on stackoverflow and also issue reported in github but none work for me. I upgraded all packages to latest version. Also i added this line in my Pod file
pod 'FirebaseFirestore', :git =>'https://github.com/invertase/firestore-ios-sdk-frameworks.git',:tag => '10.2.0'
Here are all my firebase packages i am using
firebase_messaging: ^14.1.1
cloud_firestore: ^4.1.0
firebase_core: ^2.3.0