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
For me, it happenned that I was opening .xcodeproj (WRONG) file instead of .xcworkspace (RIGHT)
.xcodeproj (WRONG)
.xcworkspace (RIGHT)