pods

SkillDev tools

Update and install CocoaPods dependencies for iOS and macOS

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the pods skill

What this skill tells your AI

The instructions your AI receives, as published by keychat-io/keychat-app in .claude/skills/pods/SKILL.md and read by ahel’s review.

Update and install CocoaPods dependencies for iOS and macOS builds.

Command

Run the melos pods script:

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

Signals

GitHub stars
97
Forks
7
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
pods
Source
github.com/keychat-io/keychat-app