// pod install after remove
rm -rf ios/Pods
pod install
// pod clean
pod cache clean --all
// remove build (IOS build failed)
rm -rf ios/build
// pod install after remove
rm -rf ios/Pods
pod install
// pod clean
pod cache clean --all
// remove build (IOS build failed)
rm -rf ios/build