Hello Brad,
Thank you for reaching out.
The error message you are receiving points directly to a version incompatibility. As it states:
This version of .NET for iOS (18.5.10727-net10-rc.1) requires Xcode 16.4. The current version of Xcode is 26.0.
This happens because each version of the .NET for iOS SDK is built to work with a specific version of Apple's native toolchain (Xcode). Your current .NET SDK is a release candidate (rc.1) that was specifically paired with Xcode 16.4.
But .NET 10 is out now, so you shouldn’t run into this issue anymore with Xcode 26. For the best experience with .NET 10, I’d suggest using Visual Studio 2026.
I hope this helps.