Replies: 1 comment
-
I haven't tried this in .NET 8, but see this thread and comments in microsoft/vscode-dotnettools#744 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've created a .NET Core 8 MAUI application for iOS that uses custom C++ libs that are compiled for IOS-ARM64 and IOSsimulator-X64 using vcpkg.
Since moving to an Apple M2 with .NET 8 when we start debugging from Visual Studio Code it defaults to using an ARM64 Simulator.
Does anyone know how to change Visual Studio Code so the IOS Simulator defaults to X64?
Beta Was this translation helpful? Give feedback.
All reactions