• 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

    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...

    Stop Paying $50 Per Image: Build Your Own AI Content Creator

    5 minute read

    Discover how to build your own AI content creator using Runware’s API to generate unlimited marketing visuals for pennies instead of paying $50 per stock pho...

    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...

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