'libxml/tree.h' file not found


看看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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM