Lasse Broer
Lasse Broer
Hi there, we also stumbled upon this problem. We build the application with net7.0-macos as the target framework. In this case the preview does not work. The project is not...
Exactly. You also need to set the OutputType to exe for the build to work. ``` exe net7.0-macos ``` You must then select Xamarin.Mac as the Run Configuration. That should...
Hey @ForNeVeR , happy new year! Have you been able to reproduce the bug yet? We are very interested in finding a solution.
Hello @ForNeVeR, thank you for investigating this issue further. Unfortunately, our product relies on the functionality of the -macos workload, so we can't stop using it. However, I'm not very...
I have the same problem. In a project with multiple teams, I get the same message. In my other project with only one team everything works fine.