There is errer on ios device when executing firebase in flutter - flutter

There is an error when running on an iOS emulator from a flutter firebase
I don't know what the error is. Please help me.
Error Log is here

Related

Flutter: User-Defined Issue (Xcode): Unsupported Swift architecture

I am trying to run my flutter app in ios via android studio, and i am encountering this error which i do not understand.
Making these changes resolved my issue

flutter: [firebase_auth/admin-restricted-operation]ADMIN_ONLY_OPERATION flutter

I'm encountering this error when I'm trying to launch an app I was working on 2 month ago it was working okay and it does work on android now but when I'm trying to run it on iOS I get this error
I'm using anonymous method for the Authentication and it's enabled in Firebase what could be the problem?
flutter: [firebase_auth/admin-restricted-operation]ADMIN_ONLY_OPERATION

Could not locate aapt. Please ensure you have the Android buildtools installed FLUTTER

I have a problem with the application that I am trying to compile, the system generates the .apk for me, but it does not manually install the application on the device that I am debugging
The console gives me the following message:
Could not locate aapt. Please ensure you have the Android buildtools installed.
Exception: Problem building Android application: see above error(s).
Exited (sigterm)
I'm new to flutter I don't know what it could be, someone help me please, I'll be grateful

flutter run with flutter create app throws error

when I run the flutter create default app . my app is running but getting an error and it quits.
The error is :
Error connecting to the service protocol: HttpException: Connection closed before full header was received while flutter run http://127.0.0.1:64730/WQfPVkoQWyk=/
How to resolve this issue?
If you are using the emulator then changing the Android version from Q to Pie should solve the issue. This issue is addressed here

Trying to use app on android device

I got this error, when I try to login my app on my android device:
D/chromium: Unknown chromium error: 0
What is it?
Here is my question on ionic forum
https://forum.ionicframework.com/t/trying-to-use-app-on-android-device/46802