我需要一些帮助,我遇到了这个问题,我需要在我的项目中使用googleMap,并且我必须执行以下操作:用armv7替换架构的默认值。
在“其他链接器标志”部分中,添加-ObjC。如果这些设置不可见,请将“生成设置”栏中的过滤器从“基本”更改为“全部”。但如果我这么做了KissXML就不能工作了。
如下所示的一些错误:
duplicate symbol _OBJC_METACLASS_$_DDXMLInvalidNode in:
/Users/zxguo/Library/Developer/Xcode/DerivedData/AvePoint.CRM.TimeLine.IPhone-drfocqfderkbqcgsikoffypeyhek/Build/Intermediates/CRMTimeLine.build/Debug-iphonesimulator/CRMTimeLine.build/Objects-normal/i386/DDXMLNode.o
/Users/zxguo/Library/Developer/Xcode/DerivedData/AvePoint.CRM.TimeLine.IPhone-drfocqfderkbqcgsikoffypeyhek/Build/Products/Debug-iphonesimulator/CRMTimeLineCore.framework/CRMTimeLineCore(DDXMLNode.o)
ld: 16 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)我不知道该怎么办。请多多帮助me.Thanks。
发布于 2013-03-06 17:31:58
检查您的项目文件,似乎您的项目中有DDXMLNode不止一次。也检查其他重复的文件。在那之后,它应该会构建。
https://stackoverflow.com/questions/15243310
复制相似问题