Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RidaRidss/07705ed380b4ca233da46fb615bd0fdc to your computer and use it in GitHub Desktop.
Save RidaRidss/07705ed380b4ca233da46fb615bd0fdc to your computer and use it in GitHub Desktop.
clear cache and rebuild fix third party glog issue in xcode project

Clear Cache Mac

  • watchman watch-del-all
  • rm -rf $TMPDIR/react-*
  • rm -rf node_modules/
  • rm -rf build/ios
  • npm cache verify
  • yarn cache clean
  • pc restart
  • yarn install
  • yarn start --reset-cache

Config not found fix

rm -rf node_modules/ && yarn cache clean && yarn install node_modules/react-native/scripts/ios-install-third-party.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment