xcodebuild-get-details
Retrieve specific details from cached Xcode build results, including logs, errors, warnings, summaries, commands, or metadata, using a build ID and detail type to streamline debugging and analysis.
Instructions
Get detailed information from cached build results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
buildId | Yes | Build ID from previous xcodebuild-build call | |
detailType | Yes | Type of details to retrieve | |
maxLines | No | Maximum number of lines to return for logs |