To use the simulator, you need to configure Xcode to only try to run 64-bit binaries. Xcode matches the bit width of the ARM binaries when running on the X86 simulator. That is, if you configure Xcode ...
dotnet/runtime uses dotnet test (VSTest) which spawns child processes during test execution. Visual Studio by default doesn't automatically debug child processes, therefore preliminary steps need to ...