Xcode 12b3 (and later) emits arm64e binaries; try that architecture.
In Xcode 12 beta 3, pointer authentication was turned on for ARM64 binaries, yielding arm64e architecture. Attempting to run with only arm64 specified does not allow an arm64e slice to run. Prefer arm64e if available, but allow an arm64 slice if that's the only option. (If provided multiple architectures, arch uses the first one that can be used.) Bug: 1103236 Change-Id: Id3498816a2495a449a16b3b6a66b0e776b70f4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2404709 Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Adam Norberg <norberg@google.com>changes/09/2404709/5
parent
53ffef8fcf
commit
a1e15498cd
Loading…
Reference in New Issue