Clear CocoaPods cache, re-download and reinstall all pods

Here is the code snippet to clear CocoaPods cache then re-download and reinstall all pods.

rm -rf ${HOME}/Library/Caches/CocoaPods

rm -rf `pwd`/Pods/

pod update

Source

 


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.