Omar Ebrahim
Omar Ebrahim

Reputation: 95

Cannot run or debug .NET MAUI app on MacOS using Visual Studio 2022 Preview

I've created a new MAUI project and made no changes to this. I am not sure what's missing as I've installed the necessary things (Xcode, Cocoa Android) as part of the install process. How do I run or debug the app on MacOS?

The Debug command brings up a window in which to type the command.

Screenshot of debug menu dropdown

Upvotes: 2

Views: 3495

Answers (1)

Omar Ebrahim
Omar Ebrahim

Reputation: 95

From the comments on the question

  1. Uninstall VS Mac Preview
  2. Install full Xcode, not just the command line tools
  3. Run Xcode at least once
  4. Install VS Mac Preview again

Upvotes: 3

Related Questions