gpt4 book ai didi

objective-c - 如何为 Swift 安装 Objective C GZIP 库

转载 作者:行者123 更新时间:2023-11-30 11:58:22 25 4
gpt4 key购买 nike

我当前的项目使用的是 Xcode 9.1 和 Swift 3.2。我尝试使用 1024jp 的 GzipSwift 库,但一直收到 clang: error: linker command failed with exit code 1 (use -v to see incall)

所以我决定尝试一下 Objective C 版本。

这是用 Objective C 库编写的 GZIP https://github.com/nicklockwood/GZIP

Alternatively you can use Carthage, or if you prefer to install manually, drag the GZIP.xcodeproj into your project or workspace and include GZIP.framework under the linked libraries in your target.

我不知道如何使用 Carthage,也不知道如何拖动 GZIP.xcodeproj(我应该将它拖动到项目中的哪个位置?),而且我也找不到 GZIP.framework 文件。

我试图尽可能避免使用 Cocoapods,因为事实证明它在我过去工作的地方很麻烦。

最佳答案

请参阅以下有关如何嵌入框架的 Apple 文档:

https://developer.apple.com/library/content/technotes/tn2435/_index.html

您可能还想考虑使用 Apple 的数据压缩 API,请参阅 https://developer.apple.com/documentation/compression/data_compression 。除其他算法外,它还支持 GZIP 使用的 ZLIB,请参阅 How are zlib, gzip and zip related? What do they have in common and how are they different?

关于objective-c - 如何为 Swift 安装 Objective C GZIP 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47535337/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com