Once upon a time there was an Arm64e architecture promoted by Apple. It was during time Xcode 10.0 so 2 years ago. Started with A12 CPUs. Today, with Xcode 12.4 when choosing standard architectures for iOS platform still only Arm64 is default.
What did happened with Arm64e, and why it is not default?
Also, when I manually add it, and archiving for simulator I get:
ld: warning: ignoring file /Applications/Xcode12.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.iossim.a, missing required architecture arm64e in file /Applications/Xcode12.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.iossim.a (3 slices)
What's up? Does it mean that M1 macs does not support PAC(pointer authentication codes)? I bit puzzled, but I can not test on M1 mac yet.