I created an App program with flutter on android studio window. I included firebase massage as one of the functions. I was fine in windows, but when I moved to a macbook to test it, some error pop up. I fixed some but was unable to others. I not sure what i did wrong, or am i missing any dependency. here is a screen shot of the error in Xcode
and here is the list of dependency i included in the .yaml file and system versions
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
google_fonts: ^4.0.4
material_design_icons_flutter: ^7.0.7296
fluttertoast: ^8.2.4
intl: ^0.18.1
fl_chart: ^0.62.0
firebase_core: ^2.23.0
firebase_messaging: ^14.7.5
flutter_local_notifications: ^16.1.0
rflutter_alert: ^2.0.7
flutter_secure_storage: ^8.0.0
flutter – 3.7.11
pod – 1.15.3
swift-driver version: 1.45.2 Apple Swift version 5.6
mac – version 12.2
xcode – Version 13.3 (13E113)
I have tried cleaning and rebuild it, but nothing changed. I don’t have much experience with IOS systems so maybe i had missed something.