Hi,
I’m trying to integrate a native iOS .xcframework into my .NET MAUI project using CommunityToolkit.Maui.NativeLibraryInterop, but I'm facing a lot of challenges. The documentation is extremely limited, and I couldn’t find any complete working example or guidance.
Before I go deeper into debugging or restructuring things, I have a few questions:
Is this project production-ready or actively maintained?
Can it be reliably used to bind and use native iOS libraries?
Is there any complete step-by-step guide or example showing how to correctly set up and consume an iOS native library (e.g., .xcframework) using this package?
I’ve spent a considerable amount of time trying to get it working, but without proper documentation, it's been really difficult.
Any help or clarification would be appreciated!
Thanks in advance.