How can I create a framewrok from a native iOS library?

29 Views Asked by At

I'm trying to create a framework from Lottie iOS to implement with Xamarin.iOS

According to various searches I conducted, it is necessary to generate a .xcframework folder for use in the Xamarin project through Objective Sharpie, but it hasn't worked. Another option is to generate two .archive files and combine them to create a .framework file that I would import into the Xamarin project, but that also did not work.

I have also read that it is necessary to expose classes and methods through a header file, but this is an option that I have not fully understood.

0

There are 0 best solutions below