• 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

    HealthKit Integration in ChantFlow: Heart Rate, HRV, and Mindful Minutes

    3 minute read

    Chanting helps you feel calm. Now ChantFlow helps you see it, too. We’ve added gentle HealthKit integration so your Apple Watch can reflect what your body ex...

    Haptic Feedback in Wellness Apps: Calm, Rhythm‑Aware Experiences on Apple Watch

    2 minute read

    If you’ve ever felt a gentle tap on your wrist nudging you along—that’s the quiet power of haptics. In wellness apps, haptic feedback turns stillness into gu...

    How Perplexity AI Supercharged My Indie App Development

    3 minute read

    As an indie developer, I wear many hats — research, design, development, marketing. Doing all of it well (and fast) is hard. Perplexity AI became a simple, r...

    Building a Spiritual Wellness App for Apple Watch: Technical Challenges and Solutions

    7 minute read

    Real-world insights from developing ChantFlow, a sacred mantra counting app that transforms Apple Watch into a digital mala. Learn how to solve SwiftUI const...

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