0
我正在嘗試使用多個標記來實現地圖。但是我在這個錯誤上堆積了。對於i386硬件架構符號(s)未找到建築i386?
未定義的符號:
"_xmlFreeDoc", referenced from:
+[MTDXMLElement nodesForXPathQuery:onXML:namespacePrefix:namespaceURI:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlReadMemory", referenced from:
+[MTDXMLElement nodesForXPathQuery:onXML:namespacePrefix:namespaceURI:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlXPathEvalExpression", referenced from:
+[MTDXMLElement mtd_nodesForXPathQuery:namespacePrefix:namespaceURI:libXMLDoc:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlXPathFreeContext", referenced from:
+[MTDXMLElement mtd_nodesForXPathQuery:namespacePrefix:namespaceURI:libXMLDoc:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlXPathFreeObject", referenced from:
+[MTDXMLElement mtd_nodesForXPathQuery:namespacePrefix:namespaceURI:libXMLDoc:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlXPathNewContext", referenced from:
+[MTDXMLElement mtd_nodesForXPathQuery:namespacePrefix:namespaceURI:libXMLDoc:] in MTDirectionsKit(MTDXMLElement.o)
"_xmlXPathRegisterNs", referenced from:
+[MTDXMLElement mtd_nodesForXPathQuery:namespacePrefix:namespaceURI:libXMLDoc:] in MTDirectionsKit(MTDXMLElement.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
有人可以解釋我什麼是它的「符號(S)沒有找到i386硬件架構」告訴。