# Pod Install

> Run pod install --repo-update for the PrebidMobile workspace

- Skill: `prebid/pod-install` (Agent Skill)
- Install (CLI): `npx skillmds@latest add prebid/pod-install`
- Raw SKILL.md: https://api.skillmd.com/api/skills/prebid/pod-install/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: prebid (https://skillmd.com/u/prebid)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/prebid/pod-install

---


Run CocoaPods install for this project from the repo root:

```
pod install --repo-update
```

This installs all pods for the workspace (`PrebidMobile.xcworkspace`) covering all targets: core SDK, GAM event handlers, AdMob adapters, MAX adapters, demo apps, and internal test app.

After completion, remind the user to open `PrebidMobile.xcworkspace` (not the `.xcodeproj`) if they haven't already.

