How to clear Carthage cache?

前端 未结 1 1687
暗喜
暗喜 2021-01-30 19:49

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

1条回答
  •  花落未央
    2021-01-30 20:32

    The solution from here helped me, we should call it like:

    rm -rf ~/Library/Caches/org.carthage.CarthageKit
    

    0 讨论(0)
提交回复
热议问题