Web/React-native
React Native pod install
__bo0o_
2022. 10. 18. 02:09
// 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