I use Objective Sharpie to bind a frame that imports a title from another structure, and this is the error I get:
/Users/sani/Documents/BindMeSDK/BindMeSDK.framework/Versions/A/Headers/BindMeAppLinkResolver.h:19:9:
fatal error: 'AnotherFramework/BindMeAppLinkResolving.h' file not found
I tried to include the BindMeSDK.framework path in
Advanced-> Follow the #include and #import directives for files inside the following area directories:
but the error persists.
I was wondering if I need to set any flags in Objective Sharpie to include a different structure, so Objective Sharpie can create the correct API definitions.
Does anyone have any ideas on how to create API definitions for frameworks depending on a different structure?