MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / appPathErrorMessages

Function appPathErrorMessages

src/utils/app-query-results.ts:14–16  ·  view source on GitHub ↗
(rawMessage: string)

Source from the content-addressed store, hash-verified

12export const BUNDLE_ID_STRUCTURED_OUTPUT_SCHEMA = 'xcodebuildmcp.output.bundle-id';
13
14export function appPathErrorMessages(rawMessage: string): string[] {
15 return extractQueryDiagnostics(rawMessage).errors.map((error) => error.message);
16}
17
18export function buildAppPathSuccess(
19 appPath: string,

Callers 1

Calls 1

extractQueryDiagnosticsFunction · 0.90

Tested by

no test coverage detected