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
I solve the problem with the following commands.
flutter clean flutter build ios
After that I can create signed builds and also upload to App Stores.