Skip to content

Instantly share code, notes, and snippets.

@vinayakg
Created February 5, 2025 14:26
Show Gist options
  • Save vinayakg/8fa9a71db8bb98ce092aa56b5c83efec to your computer and use it in GitHub Desktop.
Save vinayakg/8fa9a71db8bb98ce092aa56b5c83efec to your computer and use it in GitHub Desktop.
Mobile app build commands
yarn cache clean
rm -rf node_modules
rm yarn.lock
yarn
pod deintegrate
pod cache clean --all
rm -rf Pods
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment