Skip to content

Instantly share code, notes, and snippets.

@pgrepds
Created May 25, 2022 09:12
Show Gist options
  • Save pgrepds/ce2879e193863b0458cecf52ff76f819 to your computer and use it in GitHub Desktop.
Save pgrepds/ce2879e193863b0458cecf52ff76f819 to your computer and use it in GitHub Desktop.
Pod cache reset
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