Good afternoon,
I try to run a Flutter project on iOS, previously successfully run on Android. However, I got an error:
\"x86_64\" is not an allowed valu
This issue happened to me after building a release version. It seems that iOS emulators does not support release versions.
If you want to run your app on an emulator you will need to build a debug version
flutter clean flutter build ios --debug