After updating my Mac to macOS Tahoe 26.0.1 and Xcode 26, the XAML Hot Reload in my .NET 10 MAUI projects stopped working.
When I make any XAML change, the app stays unchanged and the output shows:
ApplyChangesAsync called.
An unexpected error has occurred, any pending updates have been discarded.
❌ Hot Reload failed due to an unexpected error.
Exception found while applying code changes:
Error: No method by the name 'GetProjectFullPathAsync' is found.
I tried with a brand-new MAUI project, same result.
Environment:
macOS Tahoe 26.0.1 Xcode 26 .NET 10 SDK VS Code C# Dev Kit iOS Simulator from Xcode 26
Has anyone encountered this issue or found a workaround/fix for Hot Reload on this setup?