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:
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.