【发布时间】:2013-07-05 19:22:26
【问题描述】:
您好,我用 Xcode 创建了我的第一个应用程序,我已经将大量内容导入到我的项目中,因此我可以拥有一个标签导航系统,但我收到以下错误:
错误:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_AltonTowersCode", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_ChessingtonCode", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_LegolandCode", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_ThorpeParkCode", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
【问题讨论】:
-
是的。我们应该如何阅读它?
-
我不会说它是 AppDelegate 的错误,而是更多的头文件导入和使用的对象。
-
^^ 他说的。看起来您导入了一些代码。所有这些文件都在您的构建目标中吗?
-
我该如何解决这个问题?我是否需要导入每个应用委托
-
尽管我很想说我的视力是 20/20,但我看不懂那个错误。将整个错误复制并粘贴到您的帖子中
标签: ios appdelegate