How do I clear the Carthage cache?

I am using the Carthage dependency manager in my iOS projects and I am wondering what is the best way to clear its cache if there are some problems updating.

+3


source to share


1 answer


The solution from here worked for me, we have to call it as follows:



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

      

+17


source







All Articles