You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the app from Rider in Debug, i have no issues running the app.
But when compiling using this script:
Script
#!/bin/bash
echo on
sudo rm -rf CST.Desktop/bin/
sudo dotnet workload restore
echo "Compiling Application"
cd CST.Desktop
dotnet publish -c Release -f net9.0-maccatalyst --self-contained -p:CreatePackage=false -p:GeneratePackageOnBuild=false
cd bin/Release/net9.0-maccatalyst/osx-arm64
It crashes before launch. In the apple console I the error is: error: Failed to load AOT module 'ZstdSharp' while running in aot-only mode because a dependency cannot be found or it is out of date.
I am not sure if my csproj could be the problem so:
Apple platform
Mac Catalyst
Framework version
net9.0-*
Affected platform version
.NET 9.0.100
Description
Versions:
When running the app from Rider in Debug, i have no issues running the app.
But when compiling using this script:
Script
It crashes before launch. In the apple console I the error is:
error: Failed to load AOT module 'ZstdSharp' while running in aot-only mode because a dependency cannot be found or it is out of date.
I am not sure if my csproj could be the problem so:
.csproj
Steps to Reproduce
Repo can be shared with maintainer in private. Cant reproduce otherwise.
Did you find any workaround?
/
Relevant logs
No response
The text was updated successfully, but these errors were encountered: