-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
Hello,
I've tried to build my app with NativeAOT for osx-arm64, but it says that it's not supported:
.nuget/packages/microsoft.dotnet.ilcompiler/7.0.0-alpha.1.22074.1/build/Microsoft.NETCore.Native.Publish.targets(66,5): error : Native compilation does not support targeting osx-arm64 yet. https://github.com/dotnet/corert/issues/4589
The issue links to "CoreRT" which seems to be archived and no other info is present.
What's the status for it for .NET 7, how can I compile my app with NativeAOT for M1 Mac ?
lemonmojo and queil