複数のマーカーを使用してマップを実装しようとしています。しかし、私はこのエラーにスタックします。
アーキテクチャ 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)
「アーキテクチャi386のシンボルが見つかりません」ということで、誰かが私に何を伝えているのか説明できます。