TouchXML libxml/tree.h not found(xcode4.5解决方案)

引入:

 

    iOS发布的版本已经到6了,因此要使用iOS6xCode升级到了4.5,但原来能编译的共却报错了,错误信息如下所示:

libxml/tree.h not found

解决方案:

 

步骤1

    工程àPROJECTàBuild Settings

    将“Header Search Paths”的值设置为<${SDK_DIR}/usr/include/libxml2>即可。

步骤2

    工程àTARGETSàBuild Settings

    将“Header Search Paths”的值设置为<${SDK_DIR}/usr/include/libxml2>即可。

 

参考:

Xcode 4 libxml/… not found, new problem

libxml/tree.h file not found error?[xcode4.3.1解决方案]

 

其他:

 

Milo Zhang

2012-10-13

 

你可能感兴趣的:(TouchXML libxml/tree.h not found(xcode4.5解决方案))