libxml2、xcode 4 (MGTwitter)
我有一个与 xcode 3.x 配合良好的程序,我尝试在 xcode 4 中使用它,为 iOS 5 准备应用程序。
当我尝试构建时,我收到很多错误,例如: libxml/xmlreader.h:没有这样的文件或目录。
我尝试了一些在谷歌上找到的东西,但没有成功。
谁能帮助我吗?
I have an that is working well with xcode 3.x and I have tryed to work with it in xcode 4, to prepare the app to iOS 5.
When i try to Build, i get a lot of errors, like:
libxml/xmlreader.h: no such file or directory.
I've tryed a few things i found on google, but no success.
Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了
只需将标头更改为“/usr/include/libxml2”
并将优化级别(全部)更改为:“最快,最小[-Os]”
I've solve it.
just changed the header to "/usr/include/libxml2"
And the Optimization level (all of them) to: "Fastest,Smallest [-Os]"