【发布时间】:2011-09-16 05:12:13
【问题描述】:
在 XCode 中出现以下链接器错误,我的项目将无法构建。
问题是,该类不再存在。我有一个名为SomeOtherViewController 的类,但随后将其删除。当我尝试构建它时仍在寻找它。
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SomeOtherViewController", referenced from:
我该如何解决这个问题?
干杯,
【问题讨论】:
标签: iphone ios xcode xcode4 linker