我需要一些帮助,
我遇到了这个问题,我需要在我的项目中使用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)
我不知道该怎么做。请帮帮我。非常感谢。
答案 0 :(得分:0)
检查您的项目文件,您的项目中似乎有多次DDXMLNode。检查其他重复的文件。之后应该建立。