无法在 iPhone 上使用 Libxml

发布于 2024-11-04 07:56:37 字数 224 浏览 0 评论 0原文

我尝试使用 libxml2.2 解析我的 iPhone 应用程序中的 XML 文件,但遇到问题。我不断收到“错误:libxml/tree.h:没有这样的文件或目录”之类的错误。在此处和互联网上进行一些搜索后,我发现您需要将“/usr/include/libxml2”添加到标头搜索路径中。我已经这样做了,但仍然遇到同样的问题。有人知道发生了什么事吗?

完全相同的代码在同事的计算机上运行得很好,但在我的计算机上却不行。

im trying to use libxml2.2 to parse an XML file in my iPhone app but I'm having problems. i keep getting errors like "error: libxml/tree.h: No such file or directory". after doing some searching on here and on the internet in general i found that you need to add "/usr/include/libxml2" to the Header Search Paths. i have done this and i'm still having the same problem. anybody have any idea what is going on?

also the exact same code works just fine on a coworker's computer but not on mine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

贱贱哒 2024-11-11 07:56:37

您是否添加了 "usr/include/libxml2""/usr/include/libxml2" (路径开头有一个正斜杠)

Did you add "usr/include/libxml2" or "/usr/include/libxml2" (there's a forward slash at the beginning of the path)

前事休说 2024-11-11 07:56:37

另外,不要忘记将 -lxml2 添加到其他链接器标志

Also don't forget to add -lxml2 to Other Linker Flags

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