When the new linker from Xcode 15 is used on object files produced by NativeAOT, the Xcode linker produces artifacts that crash during the first stack walk.
As a workaround it is possible to install Xcode 14.3.1 in parallel and set it as the default toolchain using xcode-select.
This affects arm64 and x64 Macs when using the -p:PublishAot=true option with .NET 8
It also affects the experimental ios NativeAOT support.
There is already a PR to fix the the underlying issue here:
I'm opening this issue mostly for tracking purposes