ASIHTTPRequest 编译/链接问题

发布于 2024-10-15 17:00:39 字数 518 浏览 2 评论 0原文

当我尝试为 iPhone 项目添加 ASIHTTPRequest 时,即使按照说明进行操作,我也遇到了许多编译/链接问题 全视-i

因此,在将我的新项目与 allseing-i 的工作项目进行比较后,我发现该教程遗漏了一些东西:

  1. 并未提及包含该项目所需的所有框架。我的项目实际上缺少 libxml2.2.7.3.dylib
  2. 然后还有一个配置,在“Target Settings”中搜索“Header Search Paths”,添加路径: ${SDK_DIR}/usr/include/libxml2 ,确保您实际上选择了该复选框。这会将编译器定向到您将收到错误的 libxml2 文件。

这应该足以让项目真正启动并运行! :)

When I was trying to add ASIHTTPRequest for an iPhone project, I ran into many compiling/Linking problems even after following the instructions allseeing-i.

So after comparing my new project with the working project from the allseing-i I found out that the tutorial have missed a few things:

  1. Not all the frameworks that the project needs are mentioned to be included. My project was missing libxml2.2.7.3.dylib actually.
  2. Then there is another configuration in the "Target Settings" search for "Header Search Paths" and add the path: ${SDK_DIR}/usr/include/libxml2 , make sure you actually select the checkbox. this will direct the compiler to the libxml2 files which you will be getting errors from.

This should be enough to actually get the project up and running! :)

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文