duplicate symbol _OBJC_CLASS 错误处理方法
(2012-06-04 23:52:45)
标签:
duplicatesymbol_objc_class错误处理方法it |
分类: 我战斗的地方:IOS |
错误:
ld: duplicate symbol _OBJC_CLASS_$_************ in ****************
一种可能性是你的项目的不同group里有着相同名称的类
第二种就suck了:
You could also get this error if you mistakenly let
XCode's auto-complete for #import statements specify the '.m" file
for the 'duplicate' class instead of the '.h'.
xcode的自动完成特性,在你导入头文件的时候,将".h"补成了".m"
这种错就很难发现了,希望帮到那些急得要尿的程序猿们