Site icon Ravi Shankar

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

 

Exit mobile version