pods

Update and install CocoaPods dependencies for iOS and macOS builds.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pods" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-pods

Update and install CocoaPods dependencies for iOS and macOS builds.

Command

Run the melos pods script:

melos run pod:install

This will:

  • Navigate to packages/app/ios

  • Run pod update && pod install --repo-update

  • Navigate to packages/app/macos

  • 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:

  • Try cleaning first: cd packages/app/ios && rm -rf Pods Podfile.lock

  • Update CocoaPods: gem install cocoapods

  • Clear pod cache: pod cache clean --all

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

bootstrap

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review
General

lint

No summary provided by upstream source.

Repository SourceNeeds Review