Navigate to the url presented by the tool to run your application. This will typically be: MyProject.Wasm > bin > Debug > net5.0 > dist In the terminal, navigate to your build output path. Build and Run for WebAssemblyīuilding for WebAssembly takes a few more steps: Once created, you can open it using the Visual Studio IDE. You can create a new Uno Platfom solution with the following terminal command:īash dotnet new unoapp -o MyProject -wasm=false Create a other projects types using the command line All changes to this project must be made on Windows. Note: You will not be able to build the UWP and WPF projects on a Mac. You can now run on iOS, Android, macOS and Skia.GTK projects by changing your startup project and start the debugger. To update, go to Visual Studio > Preferences > Projects > SDK Locations > Apple and select Xcode 12 or higher. If you have a warning symbol on your iOS project, make sure you have the minimum version of Xcode installed. This slnf is called a solution filter, which automatically excludes projects which are not compatible with Visual Studio for mac. Once created, open the MyApp-vsmac.slnf file To create a new project, from the command line: cd src In order to create a new Uno Project, you'll need to install the dotnet new Uno Platform templates. Once the dependencies are installed, you'll need to run uno-check to ensure that your environment is properly configured. GTK+3 for running the Skia/GTK projects. NET Core 5.0 SDK ( version 5.0 (SDK 5.0.100) or later) While it is easier to create apps using Uno Platform on Windows, you can also create all but UWP/WinUI apps on your Mac.