Update and install CocoaPods dependencies for iOS and macOS
Scanned 9/10/2026
Install to Claude Code
npx -y skills add keychat-io/keychat-app --skill pods --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pods?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keychat-io-pods)More formats (shields.io, HTML) on the badges page.
---
name: pods
description: Update and install CocoaPods dependencies for iOS and macOS
disable-model-invocation: true
allowed-tools: Bash(pod *), Bash(cd *)
---
Update and install CocoaPods dependencies for iOS and macOS builds.
## Command
Run the melos pods script:
```bash
melos run pod:install
```
This will:
1. Navigate to `packages/app/ios`
2. Run `pod update && pod install --repo-update`
3. Navigate to `packages/app/macos`
4. Run `pod update && pod install --repo-update`
## When to use
- After adding new native iOS/macOS dependencies
- When Podfile.lock is out of sync
- After upgrading Flutter or plugins
- When getting "pod not found" errors
## Troubleshooting
If pods fail to install:
1. Try cleaning first: `cd packages/app/ios && rm -rf Pods Podfile.lock`
2. Update CocoaPods: `gem install cocoapods`
3. Clear pod cache: `pod cache clean --all`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!