标签:cocoahttpserver libxmlparser.h
使用 CocoaHTTPServer 的时候,报错 libxml/parser.h not found
解决办法:添加链接库 libxml2.dylib
在 header search paths 处 添加 ${SDK_DIR}/usr/include/libxml2
这里说明一下,有的教程说,在此处添加
${SDK_ROOT}/user/include/libxml2, 这个应该是在开发Mac应用时需要改为这样,我的iOS 应用。
标签:cocoahttpserver libxmlparser.h
原文地址:http://blog.csdn.net/u013020103/article/details/41849411