目标Sharpie:绑定一个从另一个库导入头文件的框架

Abd*_*lal 6 clang xamarin.ios ios xamarin

我正在使用Objective Sharpie绑定一个从另一个框架导入标头的框架,这是我得到的错误:

/Users/sani/Documents/BindMeSDK/BindMeSDK.framework/Versions/A/Headers/BindMeAppLinkResolver.h:19:9:
fatal error: 'AnotherFramework/BindMeAppLinkResolving.h' file not found

    #import <AnotherFramework/BindMeAppLinkResolving.h>
Run Code Online (Sandbox Code Playgroud)

我尝试在中包含BindMeSDK.framework路径

高级 - >关注以下范围目录中的文件的#include和#import指令:

但错误仍然存​​在.

我想知道是否需要在Objective Sharpie中设置任何标志以包含其他框架,以便Objective Sharpie可以生成正确的API定义.

有没有人有任何想法如何为依赖于另一个框架的框架创建API定义?