Hi,
Have a problem with return result from Dlfcn.dlopen (...).
Included the .framework library file in the Xamarin.iOS project, marked it as Embeded Library.
Also, the library file is included in the .app/.framework - it is located there physically and on the iOS device.
In the code, I check that the library file is on the path and I get value of the library file size.
Library file exist and have full size in bytes.
But set path to the library in dlopen, I do not get the return result, nor do I get any errors.
You can find sample code in the attachments.
What am I doing wrong and how do I use dlopen for *.framework*.so and other dynamic libraries?