Xcode 12 - AppName's architectures (arm64) include none that iPhone 11 Pro can execute (Intel 64-bit)

Keshav picture Keshav · Jul 25, 2020 · Viewed 7.7k times · Source

Im getting AppName's architectures (arm64) include none that iPhone 11 Pro can execute (Intel 64-bit). error on Xcode 12 beta-3,

I have set below Architectures x86_64 armv7s arm64

how to resolve this error?

Answer

Tom picture Tom · Jul 29, 2020

You can simply remove VALID_ARCHS, then it works.