Home
last modified time | relevance | path

Searched refs:writeBuildLogs (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts289 const logFilePath = writeBuildLogs(projectRoot, results, error);
338 function writeBuildLogs(projectRoot: string, buildOutput: string, errorOutput: string) { function