Appearance
原生 iOS 应用
← All use cases
难度:高级
适用场景:Greenfield iOS SwiftUI apps where you want Codex to scaffold the app and build loop from scratch Existing iPhone and iPad projects where Codex needs schemes, simulator output, screenshots, or UI automation before the work is done Teams that want long-running iOS UI tasks to stay agentic and CLI-first instead of depending on the Xcode GUI
启动提示
Scaffold a starter SwiftUI app and add a build-and-launch script I can wire to a Build action in my local environment. Constraints:
- Stay CLI-first. Prefer Apple's
xcodebuild; if a cleaner setup helps, it's okay to use Tuist. - If this repo already contains a full Xcode project, use XcodeBuildMCP to list targets, pick the right scheme, build, launch, and capture screenshots while you iterate.
- Reuse existing models, navigation patterns, and shared utilities when they already exist.
- ...