Blog

From the terminal

Guides, workflows, and deep dives on building iOS and macOS apps with Claude Code, Cursor, and FlowDeck CLI.

Autonomous iOS UI testing with Claude Code

Every iOS developer who has tried Claude Code for testing hits the same wall. Claude can write XCTest cases. It can reason about your UI logic. But actually running your app, tapping through screens, and verifying what happens requires tools that Claude Code doesn’t have by default.

Read More

Three ways to close the iOS agent loop

Every guide on using Claude Code or Codex for iOS development hits the same wall. The agent writes code. Now it needs to build, run, see errors, check the screen, read the logs. On the web, that loop is trivial. On iOS, it’s an archaeological dig through Apple’s fragmented CLI tools.

Read More