激活任何 TyphoonAssembly 时出错

Error when activate any TyphoonAssembly

我正在尝试开始使用 Typhoon Framework,但遇到了问题。

我的代码是:

@interface CustomAssembly : TyphoonAssembly

CustomAssembly 没有更多代码。

当我运行

[CustomAssembly new] activate];

应用崩溃:

-[CustomAssembly typhoonPropertiesUpToParentClass:]: unrecognized selector sent to instance 0x15e86610

我该如何解决? 这段代码有什么问题?

终于找到答案了。

问题是我需要在 "Other linker flags" 中添加 Obj-c 我在添加 Parse 框架时删除了这个标志。