Skip to content

[Feature]: Stream simulator logs live during or after build-and-run #354

@qeude

Description

@qeude

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.”

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions