子类崩溃 - iOS

时间:2012-10-08 21:18:27

标签: iphone objective-c ios xcode

当我尝试创建某个子类的新文件时,我收到此错误:

Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SDNestedTableViewController", referenced from:
      _OBJC_CLASS_$_MenuViewController in MenuViewController.o
"_OBJC_METACLASS_$_SDNestedTableViewController", referenced from:
      _OBJC_METACLASS_$_MenuViewController in MenuViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我创建了一个名为MenuViewController的文件,它是SDNestedTableViewController

的子类

Here is the link到子类文件。

有什么想法吗?

P.S。总的来说,我正在尝试Add SDNestedTable to a subview,如果你可以提供帮助,那就太棒了。

1 个答案:

答案 0 :(得分:2)

你确定在你的

项目设置>构建阶段>编译来源

那些文件都在那里吗?(MenuViewController&&& SDNestedTableView Controller)?