Commit a69c11f3 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Replace hardcoded iOS build dir with config-driven lookup (#5732)

Related: b5f763b4
parent dcda3d5e
......@@ -131,7 +131,7 @@ Future<XcodeBuildResult> buildXcodeProject({
commands.addAll(<String>[
'-workspace', path.basename(entity.path),
'-scheme', path.basenameWithoutExtension(entity.path),
"BUILD_DIR=${path.absolute(app.appDirectory, 'build')}",
"BUILD_DIR=${path.absolute(getIosBuildDirectory())}",
]);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment