我喜欢在我的macOS应用程序中集成zip库。
我在项目文件夹中创建了一个名为 Podfile 的文件(在 .xcodeproj 文件旁边)。 它包含以下行(在页面底部给出here):
source 'https://github.com/CocoaPods/Specs.git'
pod 'Zip', '~> 0.4'
如果我在终端上运行 $ pod install ,我收到此错误:
Analyzing dependencies
[!] The dependency `Zip (~> 0.4)` is not used in any concrete target.
修改: 我现在使用 pod init 模板尝试了它,但是出错了。所以我提出了一个新的question。
答案 0 :(得分:0)
这是一个非常简单的问题,它确实意味着您没有对您要搜索的内容进行研究。请进行研究,如果有任何问题,请在此处发帖提问。请尊重人们的时间。
GitHub repo SSZipArchive
的CocoaPods
pod install SSZipArchive
迦太基
github "ZipArchive/ZipArchive"