


You can create a new Uno Platform solution with the following terminal command:īash dotnet new unoapp -o MyProject -wasm=false Create other projects types using the command line NET 6 Mobile RC3, the macOS head can fail to build with issues related to the AOT compiler.

To update, go to Visual Studio > Preferences > Projects > SDK Locations > Apple and select Xcode 13.3 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 2022 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. You can find additional information about uno-check here. If the above command fails, use the following: ~/.dotnet/tools/uno-checkįollow the instructions indicated by the tool Run the tool from the command prompt with the following command: uno-check To update the tool, if you already have an existing one: dotnet tool update -g uno.check Install the tool by running the following command from the command prompt: dotnet tool install -g uno.checkī. GTK+3 for running the Skia/GTK projectsĪ.While it is easier to create apps using Uno Platform on Windows, you can also create all but UWP/WinUI apps on your Mac. Get Started on Visual Studio 2022 For Mac
