Export App on Mac

Heuy guys, sorry for the dummy question,

I can’t find a the place where the export on Mac is described… I did the flappy bird tutorial… run the export for PC without problem, and I would like to show to my collegue (mac users)

I got an an error and no real description (for dummy like me) on how to do it…

Thanks you !!

Error

Generating project files (this may take up to a few minutes)
Birds
Building projects
dotnet publish -c Release --self-contained false “E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj”
Unable to build E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj. Reason:
Identification des projets à restaurer…
E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj : warning NU1507: Des sources de packages sont 2 définies dans votre configuration. Lorsque vous utilisez la gestion centrale des packages, veuillez mapper vos sources de package avec le mappage de source de package ( Package Source Mapping | Microsoft Learn ) ou spécifier une seule source de package. Les sources suivantes sont définies : vvvv-public-feed, nuget.org
E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj : error NU1202: Le package VL.App.WindowsForms 2025.7.1 n’est pas compatible avec net8.0 (.NETCoreApp,Version=v8.0). Le package VL.App.WindowsForms 2025.7.1 prend en charge : net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj : error NU1202: Le package VL.Skia 2025.7.1 n’est pas compatible avec net8.0 (.NETCoreApp,Version=v8.0). Le package VL.Skia 2025.7.1 prend en charge : net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj : error NU1202: Le package VL.App.WindowsForms 2025.7.1 n’est pas compatible avec net8.0 (.NETCoreApp,Version=v8.0) / osx-x64. Le package VL.App.WindowsForms 2025.7.1 prend en charge : net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj : error NU1202: Le package VL.Skia 2025.7.1 n’est pas compatible avec net8.0 (.NETCoreApp,Version=v8.0) / osx-x64. Le package VL.Skia 2025.7.1 prend en charge : net8.0-windows7.0 (.NETCoreApp,Version=v8.0)
Échec de la restauration de E:\VVVV\GAME_LOGIC\Other\src\Birds\Birds.csproj (en 891 ms).


There was a problem exporting your Application.
Please check for solutions by clicking the “Troubleshooting” button.

Unfortunately this won’t work yet. As of 7.x the following exports are supported:

  • Windows: Desktop and Console apps
  • Linux, MacOS: Console apps

Also added this information here: Exporting Applications | vvvv gamma documentation

Okay, thanks you, I didnt get the difference…

Is there a possibility in the future for this?

Absolutely. And as always, if there is a commercial project requirement for something like this, please get in touch.

Ok thank you :)