I would like to use some of my C# code in an XCode project by compiling my .net 9 class library into a static .a library (using NativeAOT and everything that is required). I have researched quite a bit and tried some experimenting, but I couldn't get the compiler to create a .a file. Is there some guidance or something I'm missing?
3
-
1github.com/dotnet/samples/blob/main/core/nativeaot/…– shingoCommented 10 hours ago
-
Thank you! Do you know if the same .a library works for both iOS and MacOS or do I need 2 specific versions?– DokugCommented 9 hours ago
-
If both are in arm64 architecture, you only need one.– shingoCommented 8 hours ago
Add a comment
|