Xcode 无法解析 zlib 符号

发布于 2024-11-10 03:06:55 字数 290 浏览 2 评论 0 原文

我使用 zlib 库在 Mac 的命令行工具中进行数据压缩。

在 Xcode 4 上,我在 zlib 函数上收到错误“未定义符号”。

我在 mac 电脑上搜索 libz.dylib,在 /Developer/Platforms/iPhoneOS.platform 中找到了 3 个文件。

/Developer/Platforms/MacOSX.platform 中没有任何内容。

为什么?在哪里可以找到 i386 架构的 libz.dylib 库?

I use the zlib library to do data compression in a command line tool for Mac.

On Xcode 4, I get an error "undefined symbol" on zlib functions.

I search for the libz.dylib on mac computer and I find 3 files in /Developer/Platforms/iPhoneOS.platform.

Nothing in /Developer/Platforms/MacOSX.platform.

Why? Where I can find my libz.dylib library for architeture i386?

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

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

发布评论

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

评论(2

枉心 2024-11-17 03:06:55

在 Xcode 4 中查看您的构建阶段。

转到第三部分 - 将二进制文件与库链接

单击 + 按钮,

在下拉列表中选择 libz.dylib。
在此处输入图像描述

In Xcode 4 have a look at your Build Phases.

Go to the 3rd section - Link Binary with libraries

Click the + button

choose libz.dylib in the drop down.
enter image description here

烟酒忠诚 2024-11-17 03:06:55

您可以从其站点下载zlib,在页面中进一步查找下载链接。

您也可能碰巧安装了 macportsfink。在这种情况下,您将获得预构建版本。

You can download zlib from its site, look further down in the page for the download links.

You can also happen to have installed macports or fink. In this case, you get there prebuilt versions.

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