libxml2、xcode 4 (MGTwitter)

发布于 2024-11-15 02:28:40 字数 170 浏览 2 评论 0原文

我有一个与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愿得七秒忆 2024-11-22 02:28:40

我已经解决了

只需将标头更改为“/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]"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文