Developing for macOS
We don’t have an option for macOS to run or deploy from a Windows machine. To run our application on the Mac, follow these steps:
- On the Mac, open our project in Visual Studio for Mac.
- Run the project, and our app will show up:
![](https://static.packt-cdn.com/products/9781803241494/graphics/Images/B18549_18_08.png)
Figure 18.8: App running on macOS
In this case, we are running the application on the same platform, with no emulators or simulators, which is much less complicated than running it on a separate device.
Next, we will run our application on Windows.