Codex + Xcode: 3 Workflows You Need



Hey Reader,

New video on my workflow for building iOS and macOS apps. GPT 5.2 is insane. It fixed so many problems the first time. Less back and forth from any other model to date.

You can fly way faster from idea to prototype in minutes. It's beyond crazy. In a day I can have a working app that solves a key problem.

I could never code this fast without AI. It let's you try ideas that you would never consider before due to time constraints.

Codex + Xcode: 3 Workflows You Need for iOS/macOS development

video preview
  • Create easy build scripts
  • Stop agents from breaking the build
  • Give your agent eyes

What's working for your app development projects? Any key tools I need to leverage?

Let me know if these tools help you.

Talk soon,
Paul Solt

P.S. Want to work with other like minded people?

I'm going to launch an App Launch Community in January 2026. Signup if you want to work with me and other developers who want to finally publish apps for themselves (or to build a business that generates side income).

AI Code Brief - Paul Solt

Join 5,901+ iOS/macOS developers using Codex and agents to build and ship apps. Expect practical tutorials, repeatable workflows, and hard-earned lessons from 7 shipped apps and time at Apple, Microsoft, and GoPro.

Read more from AI Code Brief - Paul Solt
App Store Screenshots

Hey Reader, My last app launch was a flop. I wrote the App Store copy after I’d already submitted for App Review — and I knew it. If you’re in that same boat, that’s okay. But don’t stop there. This week’s article breaks down the research workflow I should have used from the start: using AI and competitor reviews to write copy before you design a single screenshot. Read: The Screenshot Mistake That’s Costing You Downloads Every Day Grab the free 100 Best Practices for App Store Screenshots...

Hey Reader, Before you build iOS app screens, pick colors, or hire an artist, you need a visual direction. I put together an article on four ways I explore the style of an iOS app or game so I can move from vague idea to something real. Read it here: 4 Ways to Explore the Style of Your iOS App or Game Dangerous Snake App UI Concepts using Pencil Learn about: Mood Boards Hiring an artist Sketch prototypes ChatGPT visual design Agentic UI design AI is now good enough to help with a big part of...

App Documentation for Agents

Hey Reader, Agents write better code when they can read docs instead of guessing from memory. A 2026 paper found up to a 20% improvement in first-try code accuracy when models were given the right programming context. So what do you do with that? Don’t rely on the agent to know everything from their training set. Instead, provide tools or local docs that they can reference. Your local docs should include sample code so agents can use the code correctly (the first time). If you’ve ever read...