Hello @Kim Strasser !
Since you have Xcode 26.1 on your Mac while Visual Studio Community (Insiders 11201.2) currently supports the .NET for iOS 26.0.x toolchain, this mismatch is expected. The current .NET build was validated against Xcode 26.0, and support for 26.1 is still being finalized by the development teams.
Here are the paths you can take:
Keep Visual Studio Insiders and the .NET 26.0 toolchain and install Xcode 26.0 on the Mac:
This keeps your proven setup unchanged and restores a known-compatible build environment so device debugging works immediately. It’s the lowest-risk, least-disruptive route.
You can install Xcode 26.0 alongside 26.1 and switch the active version when needed.
Move to a .NET SDK version that supports Xcode 26.1 (when available):
A newer .NET workload update will add Xcode 26.1 support, aligning the toolchain and enabling continued iOS and MAUI development.
This will require installing the updated SDK once released and may involve early-toolchain adjustments during the transition.
If you need reliable device debugging right now with minimal disruption, choose Option 1 and install Xcode 26.0 alongside Xcode 26.1.
I hope this clarifies! Let me know if you have any question!