Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear Carthage cache?

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

like image 206
Alex Peda Avatar asked Aug 04 '17 10:08

Alex Peda


1 Answers

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

rm -rf ~/Library/Caches/org.carthage.CarthageKit
like image 150
Alex Peda Avatar answered Nov 06 '22 15:11

Alex Peda