【发布时间】:2012-12-12 11:41:17
【问题描述】:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_Reachability", referenced from:
objc-class-ref in FirstViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我查看了 FirstViewController、reachability.h 和reachability.m - 它的定义很明确!而且我什至添加了 SystemConfiguration.Framework,以及 Reachability.m 在编译列表中。
有什么想法吗?我快疯了! 附上图片。
【问题讨论】:
-
这个问题你解决了吗?如果是,请分享正确答案。
标签: ios6 reachability