OStack程序员社区-中国程序员成长平台

标题: ios - Realm swift : Shorten build compilation time [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 14:03
标题: ios - Realm swift : Shorten build compilation time

我刚刚将 RealmSwift pod 包含到我的 Podfile 中:

pod 'RealmSwift', '~> 1.0.2'

非常酷的 pod,但它确实为我的 CI 服务器 (bitrise.io) 增加了 4 分钟的构建时间。

有没有办法配置 RealmSwift pod,使其不编译某些我不需要的模块?它感觉有点重 - 通过这种方式,它没有实现其针对 Core Data 的“轻量级”竞争优势。



Best Answer-推荐答案


使用 CocoaPods 意味着您选择从源代码构建库。如果从源代码构建库所需的时间对您来说很麻烦,您可以考虑使用可以使用预构建二进制文件的依赖管理器,例如 Carthage 或 use Realm's prebuilt binaries directly .

关于ios - Realm swift : Shorten build compilation time,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39299493/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4