Created
May 25, 2022 09:12
-
-
Save pgrepds/ce2879e193863b0458cecf52ff76f819 to your computer and use it in GitHub Desktop.
Pod cache reset
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
rm ~/Library/Caches/CocoaPods | |
rm -rf ~/Library/Developer/Xcode/DerivedData | |
Inside project directory | |
cd ios | |
pod deintegrate | |
pod setup | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment