xamarin.ios – Debugging an iOS app on an M1 Mac from Visual Studio for Mac?

With the new M1 Mac:s, it is possible to run iOS apps, even apps distributed via AppCenter.

But, is it possible to deploy and debug a Xamarin iOS app directly to an M1 Mac from Visual Studio for Mac?

Apparently, XCode supports debugging iOS apps directly on the M1 Mac, see here.

In Visual Studio for Mac, looking in the list of devices for iPhone deployment, I can see my USB connected iPhone/iPad devices, but the M1 Mac is not listed. Nor is it listed among the iPhone Simulator devices. Is there any way to get the Mac listed among the devices so that I can deploy my iOS app directly to the Mac?

Read more here: Source link