Apps

CocoaPods Cache

CocoaPods keeps a download cache under ~/Library/Caches/CocoaPods for podspec repository responses, fetched source archives, git checkout snapshots, and unpacked pod source trees so repeated installs and updates do not need to re-download every dependency. When those cached archives or metadata become stale or inconsistent, pod install and pod update can reuse bad copies, leading to checksum mismatches, extraction failures, or outdated dependency resolution. Kudu removes only CocoaPods' cached downloads and temporary source copies so the next run fetches clean artifacts, without touching your Podfile, Pods project, workspace, accounts, or saved credentials.

Why clean CocoaPods Cache?

  • A corrupted cached zip or tarball causes pod install to fail with archive extraction or checksum verification errors even though the pod version itself is fine upstream
  • Stale cached podspec metadata can make CocoaPods resolve an older release, so pod update appears to ignore a newly published version until the cache is refreshed
  • Interrupted downloads leave partial source archives in the cache, which shows up as repeatable install failures on the same dependency every time CocoaPods reuses that file
  • Old cached git-based pod snapshots can keep reintroducing files from a previous commit, leading to confusing build errors after a dependency maintainer has already fixed them
  • The cache grows with downloaded archives and unpacked source trees from many pod versions, so developers notice tens of gigabytes of disk use in Library/Caches on long-lived macOS setups
  • Repeated retries against a bad local cache make pod install seem slow because CocoaPods keeps validating and unpacking unusable artifacts before finally failing
  • Cleaning removes only reusable download artifacts, so if installs start succeeding immediately afterward it confirms the problem was in cached dependency files rather than your Podfile or project settings
What gets cleaned

Cache paths Kudu targets

macOS

~/Library/Caches/CocoaPods
Frequently asked

Common questions about CocoaPods Cache

Free & open source

Download Kudu and reclaim your disk space.

Available on Windows, macOS, and Linux. No account required, no feature gates, no telemetry without consent. All cleaning targets are open source and community-auditable.