Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts339 const [logFilePath, errorFilePath] = getErrorLogFilePath(projectRoot);
346 function getErrorLogFilePath(projectRoot: string): [string, string] { function