xCode 12.4 Only Intel option available

My project is defined with Standard Architectures (Apple Silicon, Intel) but when I want to build, I only see Intel option. Cannot figure why.

//:configuration = Debug
ARCHS = $(ARCHS_STANDARD)

//:completeSettings = none

Found why! In User-Defined I had to add i386 x86_64 arm64
xCode 12.4 Only Intel option available
 
 
Q