Searched refs:logFilePath (Results 1 – 1 of 1) sorted by relevance
289 const logFilePath = writeBuildLogs(projectRoot, results, error); constant304 _assertXcodeBuildResults(code, results, error, xcodeProject, logFilePath);315 logFilePath: string323 `Build logs written to ${chalk.underline(logFilePath)}`339 const [logFilePath, errorFilePath] = getErrorLogFilePath(projectRoot); constant341 fs.writeFileSync(logFilePath, buildOutput);343 return logFilePath;