我讀了libxml2在XCode4中可用的地方。但是,運行Product> Profile時出現很多錯誤。 Adhoc和Debug的當前Header Search Paths
設置爲:/usr/include/libxml2
豹子裏的libxml2沒有解決?
但是,當我在Snow Leopard中瀏覽此物理路徑時,那裏沒有libxml2。下面是一個簡單的錯誤:
*:No such file or directory
Libxml/tree.h: No such file or directory.
'*' undeclared here (not in a function)
'XML_ELEMENT_NODE' undeclared here (not in a function)
'*' undeclared here (not in a function)
'XML_ATTRIBUTE_NODE' undeclared here (not in a function)
您使用的是什麼版本的XCode?可能是這個問題。而對於iPhone至少它不是內置的,你必須自己添加框架 – Radu 2011-04-18 14:02:34
我目前使用xcode4 – 2011-04-19 02:09:56