Today when I run my flutter(2.2.x) project in XCode Version 12.5 (12E262), shows error:
Runner's architectures (armv7, arm64) include none that iPhone 11 can execute (Intel 64-bit).
this is the UI:
I have read this question and tried to fix this problem. But I found I did not have a VALID_ARCHS
variable in Build Settings -> User-Defined -> VALID_ARCHS.
what should I do to fix this problem?