Bind iOS framework with inner framework in Xamarin

77 Views Asked by At

I'm trying to bind an iOS framework which contains another framework inside of it.

When I run sharpie bind command I get error of module 'inner framework' not found.

I tried extracting the inner framework and make separate binding and include the resulted dll into parent framework's bindings.

I could not make it working. Any suggestion?

0

There are 0 best solutions below