我正在尝试开始使用 Typhoon Framework,但遇到了问题。
我的代码是:
@interface CustomAssembly : TyphoonAssembly
CustomAssembly 没有更多代码。
当我跑
[CustomAssembly new] activate];
应用程序崩溃:
-[CustomAssembly typhoonPropertiesUpToParentClass:]:无法识别的选择器发送到实例 0x15e86610
我该如何解决?这段代码有什么问题?