gpt4 book ai didi

carthage - 如何使用 Carthage 只更新 Cartfile 中的一个库?

转载 作者:行者123 更新时间:2023-12-03 05:22:29 27 4
gpt4 key购买 nike

我的 Cartfile 有很多库。当我执行迦太基更新时,它会遍历所有库。这可能需要很长时间。

有没有办法用 carthage 只更新一个库?像这样的东西吗? (这行不通)

carthage update "evgenyneu/moa"

最佳答案

来自0.12 version buildcheckoutupdate 采用可选的空格分隔的依赖项列表

对于如下的 Cartfile

github "Alamofire/Alamofire"
github "ReactiveX/RxSwift"

您可以选择更新一个依赖项

carthage update Alamofire

或多个依赖项

carthage update Alamofire RxSwift

如果您需要添加标志,请最后添加:

carthage update Alamofire --platform iOS

关于carthage - 如何使用 Carthage 只更新 Cartfile 中的一个库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30612995/

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