Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/
H A DXcodeBuild.ts24 export function getAppBinaryPath(buildOutput: string) {
30 buildOutput,
40 buildOutput,
69 export function extractEnvVariableFromBuild(buildOutput: string, variableName: string) {
72 const matched = [...buildOutput.matchAll(reg)];
338 function writeBuildLogs(projectRoot: string, buildOutput: string, errorOutput: string) {
341 fs.writeFileSync(logFilePath, buildOutput);
H A DrunIosAsync.ts33 const buildOutput = await XcodeBuild.buildAsync(props); constant
37 const binaryPath = await profile(XcodeBuild.getAppBinaryPath)(buildOutput);