cyberneticlibrary

Debug iOS apps on simulator

ios-debugger-agentskillsetup L20
Sheshiyer/skill-clusters
What it does

Build and debug iOS apps on simulator

Best for

Testing iOS app flows in a booted simulator when you need real UI interaction, screenshots, and runtime log capture without building in Xcode UI.

Inputs
  • · XcodeBuild project path
  • · Scheme name
  • · Simulator ID
Outputs
  • · Screenshot of current UI
  • · View hierarchy
  • · Runtime logs
  • · Tapped/typed interaction confirmations
Requires
  • · XcodeBuildMCP
  • · Booted iOS simulator
Preconditions

Xcode project configured; simulator booted; project buildable

Failure modes

Build fails if scheme missing or misconfigured; UI elements not hittable if layout stale; wrong app launches if bundle ID mismatched

Trust signals
  • · Includes concrete scripts and examples
  • · Documented end-to-end workflow