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

 

https://stackoverflow.com/questions/46428752/how-to-clear-or-clean-specific-pod-from-the-local-cocoapods-cache

반응형