Answers for "how to clear pod cache in react native"

1

how to clear pod cache in react native

rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
pod setup
pod install
Posted by: Guest on September-26-2020

Code answers related to "how to clear pod cache in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language