Feature Description
It would be useful to support live log streaming from the iOS simulator, either as part of a build-and-run flow or by attaching to an already running app.
Today, XcodeBuildMCP works well when the agent owns the full build/run loop. However, there is no straightforward way to stream logs in real time when the app is launched manually by a human from CLI.
The key need is a continuous, real-time log stream, not just retrieving logs after execution.
This could be exposed as a build-and-run mode with --stream-logs
Use Cases
- Building and running the app as a human manually
Example Interactions
You: “Build and run on iPhone simulator, then keep streaming logs.”
You: “Keep watching logs while I rebuild manually.”
Feature Description
It would be useful to support live log streaming from the iOS simulator, either as part of a
build-and-runflow or by attaching to an already running app.Today, XcodeBuildMCP works well when the agent owns the full build/run loop. However, there is no straightforward way to stream logs in real time when the app is launched manually by a human from CLI.
The key need is a continuous, real-time log stream, not just retrieving logs after execution.
This could be exposed as a
build-and-runmode with--stream-logsUse Cases
Example Interactions
You: “Build and run on iPhone simulator, then keep streaming logs.”
You: “Keep watching logs while I rebuild manually.”