pod cache clean code example
Example 1: pod reinstall
pod deintegrate
pod install
Example 2: 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