iPhone 操作系统 4.0 和 libxml2 以及操作系统 2.2.1
我的项目使用 libxml2
,我想使用 iOS 4.0
和 部署目标 2.2.1 编译我的应用程序,
但我收到 错误libxml2
这样做的方法是什么。
I want compile on iOS 4.0 and deployment target to 2.2.1 with libxml2 support.
寻找答案。提前致谢
My project using libxml2
and i want to compile my application with iOS 4.0
with deployment target 2.2.1
but I am getting errors for libxml2
what is the way to do this.
I want compile on iOS 4.0 and deployment target to 2.2.1 with libxml2 support.
Looking for answers. thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以试试运气:
添加 libxml2 后,只需在标头搜索路径中包含“$SDKROOT/usr/include/libxml2”....
就是这样,您可以使用此框架..
注意:清理所有目标并构建再次应用。
希望它适合像我一样的你
You can try your luck :
After adding the libxml2 just include "$SDKROOT/usr/include/libxml2" in your Header search path....
It's the way ,you can use this framework..
Note: Clean all target and build the app again.
Hope it works for you like me