本文介绍了如何清除迦太基缓存?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在iOS项目中使用了 Carthage 依赖项管理器,我想知道在发生更新问题时清理缓存的最佳方法是什么
I use Carthage dependencies manager in my iOS projects and I am wondering what is the best way to clean its cache in case some issues with update occur
推荐答案
The solution from here helped me,we should call it like:
rm -rf ~/Library/Caches/org.carthage.CarthageKit
这篇关于如何清除迦太基缓存?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!