1

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

0

Browse other questions tagged or ask your own question.