• Skip to primary navigation
  • Skip to content
  • Skip to footer
App Development Journey Learning and Sharing
  • Home
  • Apps
  • Start Here
  • Resources
  • About
    1. Home
    2. /
    3. Clear CocoaPods cache, re-download and reinstall all pods
    Ravi Shankar

    Ravi Shankar

    Apple Platforms Developer

    • App Nomad
    • Email
    • Twitter
    • GitHub
    • LinkedIn

    Clear CocoaPods cache, re-download and reinstall all pods

    less than 1 minute read

    On this page

    Here is the code snippet to clear CocoaPods cache then re-download and reinstall all pods.

    rm -rf “${HOME}/Library/Caches/CocoaPods”

    rm -rf “`pwd`/Pods/”

    pod update

    Source

    Updated: September 2, 2020

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    I Built 3 AI Tools for Indie Devs in 3 Days (No Backend Required)

    16 minute read

    Here’s the indie developer paradox I live with: I can build complex iOS apps with Core Data, CloudKit, HealthKit integration—the whole nine yards. But when ...

    From Xcode to No Code: Building AI Apps with Google AI Studio

    10 minute read

    I’ve spent years building iOS apps in Xcode. Compiling, debugging, wrestling with provisioning profiles, waiting for App Store reviews. It’s a process I know...

    Building TwAIst: An AI Twitter Assistant with Chrome’s Built-in AI

    13 minute read

    How I built a privacy-first AI Twitter assistant using Chrome’s built-in AI - and what I learned about the Prompt API along the way I built TwAIst for the G...

    How ChantFlow Transforms Your Apple Watch into a Sacred Digital Mala

    5 minute read

    Discover how this spiritual wellness app uses Apple Watch complications to make 108 mantra practice a natural part of your daily routine See the app here: C...

    • Twitter
    • GitHub
    • LinkedIn
    • Feed
    © 2025 Ravi Shankar. Powered by Jekyll & Minimal Mistakes.