Advertisement
DaniRomanMartinez

Fix pods script

Jan 17th, 2022
805
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. rm -rf "${HOME}/Library/Caches/CocoaPods"
  4. rm -rf "`pwd`/Pods/"
  5. pod update
  6.  
  7. # cd ios
  8. # rm -rf Podfile.lock
  9. # pod install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement