码迷,mamicode.com
首页 > 其他好文 > 详细

'libxml/tree.h' file not found

时间:2014-11-21 18:26:06      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   ar   os   sp   for   strong   on   

本文转载至 http://www.cnblogs.com/hanjun/p/3711173.html

 

看看Header Search Paths 为

 ‘/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/include/libxml2

看看Base SDK 为 ios 6.1

于是把Header Search Paths 该为

 ‘/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/include/libxml2

问题解决,但是有一个问题,如果这样做的话每升级一次版本就要修改一次。

正确做法因该是Header Search Paths 该为    ${SDKROOT}/usr/include/libxml2

'libxml/tree.h' file not found

标签:blog   http   io   ar   os   sp   for   strong   on   

原文地址:http://www.cnblogs.com/Camier-myNiuer/p/4113384.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!