Created
February 5, 2025 14:26
-
-
Save vinayakg/8fa9a71db8bb98ce092aa56b5c83efec to your computer and use it in GitHub Desktop.
Mobile app build commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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