Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.21 KB

File metadata and controls

37 lines (28 loc) · 1.21 KB

Troubleshooting

Quick triage

  • Run the doctor tool and include output when filing issues.
  • Confirm Xcode and Command Line Tools are installed.
  • Verify required workflows are enabled in configuration.
  • Check simulator/device availability and permissions.

Doctor tool

The doctor tool checks system configuration and reports on all dependencies required by XcodeBuildMCP.

npx --package xcodebuildmcp@latest xcodebuildmcp-doctor

It reports on:

  • System and Node.js environment
  • Xcode installation and configuration
  • Required dependencies (xcodebuild, AXe, etc.)
  • Environment variables affecting XcodeBuildMCP
  • Feature availability status

Note

You can also ask you agent to run the doctor tool which will provide a more representative output.

Common issues

Tool timeouts

Some clients have short tool timeouts. If you see timeouts, increase the client timeout (for example, tool_timeout_sec = 600 in Codex).

Missing tools

If tools do not appear, verify XCODEBUILDMCP_ENABLED_WORKFLOWS includes the required workflow groups.

Related docs