I followed the documentation and was successful in building a Xamarin.iOS binding for a third party framework. I used Objective Sharpie to generate my binding code and then made some minor changes to remove verify attributes, add class names etc. My project builds fine.
When I call the singleton instance of this library, it's always null and my app crashes. I tried creating a test project in Swift and used the cocoa pod for this and everything works fine there. There's nothing of significance in the debug output, just that the singleton instance is null.
Any pointers to get this working?