Skip to content

Instantly share code, notes, and snippets.

@hising
Created April 21, 2022 08:23
Show Gist options
  • Save hising/c0526ee7d2853b1c2ff0a20ad3c89ff3 to your computer and use it in GitHub Desktop.
Save hising/c0526ee7d2853b1c2ff0a20ad3c89ff3 to your computer and use it in GitHub Desktop.
Reinstall pods
rm -rf ~/Library/Caches/CocoaPods Pods ~/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