Course contents

iOS Corner: the survival kit

The minimum you need to know to build for your own iPhone. Everything here is done through Claude, you never open a terminal, but you will click around Xcode occasionally when Claude asks you to.

The cast

The debug bridge (what /ios-sync installs)

Your app runs on the phone; the agent runs on the Mac. The debug bridge is a small piece of code added to the app during development so the agent can see what's happening inside it, that's what makes /ios-qa and /ios-fix possible on a real device. It is scaffolding: part of the construction, never the product. /ios-clean removes it completely at the end (Session 8), and the diff after removal should read: product intact, scaffolding gone.

Gotchas that are not bugs

The rhythm (same as ever, phone edition)

/context-restore → build the stage → /ios-qa on the device → evidence, not "done!" → commit → /context-save