how to bind ios .a library?

mc 4,006 Reputation points
2024-06-30T15:13:37.3733333+00:00

I am using .net ios(not maui or xamarin).

I have framework of ios. and want to bind it to .net ios.

I use mac to compile the framework to libxxxx.a and how to bind it?

I add the libxxxx.a to my project but nothing generated. and I create ios Binding template. and add it .but nothing created too.

I have the source code of the framework it is objective-c.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,135 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 60,201 Reputation points
    2024-06-30T16:57:47.77+00:00