XcodeBuildMCP

stop_sim_log_cap

Ends an active simulator log capture session and retrieves the captured logs using the specified session ID for analysis.

Instructions

Stops an active simulator log capture session and returns the captured logs.

Input Schema

NameRequiredDescriptionDefault
logSessionIdYesThe session ID returned by start_sim_log_cap.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "logSessionId": { "description": "The session ID returned by start_sim_log_cap.", "type": "string" } }, "required": [ "logSessionId" ], "type": "object" }
ID: 80c3zmerx6