pods
Installation
SKILL.md
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