Problem with AppKit namespace not being recognized in .Net MAUI project

149 views Asked by At

I have created a .Net MAUI project after downloading macOS 14.0 and Visual Studio 2022 For Mac, as well as the latest version of XCode (15.0.1). No changes were made to the project template, and the project is able to run in Visual Studio For Mac as a Mac desktop application. But for some reason it does not recognize the 'using AppKit;' statement when I try to add that to the top of the MainPage.xaml.cs file. It even picks it up in intellisense but still gives me the "the type or namespace 'AppKit' could not be found, are you missing a using directive or an assembly reference?" error. The project is targeting .Net 7.0 and net7.0-maccatalyst is listed under the Dependencies in the Solution Explorer. The SDK Manager lists Apple and my XCode installation as the location.

Any help with this would be greatly appreciated.

I have tried reinstalling Visual Studio 2022 For Mac as well as XCode, and tried creating new projects from the .Net MAUI template and repeatedly restarting and cleaning/rebuilding. No luck.

0

There are 0 answers