I'm trying to run my flutter app for the first time in xcode in M1 mac and there are issues that i can't resolve.
Issues:
https://i.stack.imgur.com/9EYvZ.png
My app works normally in androidStudio, including with the ios emulator.
I've already tried:
- flutter clean
- flutter pub get
- cd ios
- pod install || repo pod install
and i've already checked if xcode is opening with Rosetta (and it is), but it's still showing the issues.
I would like some help because I really don't know what the next steps to take.