Unable to compile app for iOS-Simulator in Xcode12 with iphonesimulatorsdk14.0

I'm facing below issue while targeting the application for iOS14 simulator in Xocde 12.

Code Block clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
iosConfigure:2933: $? = 1
iosConfigure:2956: checking for C compiler default output file name
iosConfigure:2983: gcc -arch arm64 x86_64  conftest.c >&5
clang: error: no such file or directory: 'x86_64'



For this, I have referred from the webpage(s) I found the follow

Code Block
$ARCHS_STANDARD_64_BIT
When sdk=macosx: x86_64
When sdk=iphoneos: arm64
When sdk=iphonesimulator: x86_64


Code Block
But in my case I received the ARCHS_STANDARD_64_BIT value as arm64, x86_64.



Could you please provide your quick suggestion?

Note: Same application work on Xcode11.6 with SDK13.6



Unable to compile app for iOS-Simulator in Xcode12 with iphonesimulatorsdk14.0
 
 
Q