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?