Last active
August 26, 2022 12:39
-
-
Save johnborges/7c137355180ea16a1355dda16bdcef64 to your computer and use it in GitHub Desktop.
Complete pod cleanup
This file contains 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 -rf ~/Library/Caches/CocoaPods | |
rm -rf Pods | |
rm -rf ~/Library/Developer/Xcode/DerivedData | |
pod deintegrate | |
pod setup | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment