我通常使用CocoaPods (与use_frameworks一起使用!)为了管理我的框架,但是这个PDF库(FastPdfKit)不支持CocoaPods,所以我在"link binary with library“中手动添加了它以及它的依赖项。在那之后,我让xcode为我创建一个桥头(我创建了一个.m文件,xcode自动创建了一个桥头)。
我像这样导入了桥接文件中的头文件,但是我不能从我的快速文件中访问任何方法/类...(Use of undeclared type 'ReaderViewController',其中ReaderViewController是框架中U
试图使用appMessagesLaunch从鹅卵石iOS SDK (静态链接)调用RubyMotion会导致以下错误:
Objective-C stub for message appMessagesLaunchMake sure you properly link with the framework or library that defines this message.