File tree Expand file tree Collapse file tree 3 files changed +149
-178
lines changed
Expand file tree Collapse file tree 3 files changed +149
-178
lines changed Original file line number Diff line number Diff line change @@ -318,14 +318,14 @@ class IOSDevice extends Device {
318318 // TODO(chinmaygarde): Use mainPath, route.
319319 _logger.printTrace ('Building ${package .name } for $id ' );
320320
321- // Step 1: Build the precompiled application if necessary.
321+ // Step 1: Build the precompiled/DBC application if necessary.
322322 final XcodeBuildResult buildResult = await buildXcodeProject (
323- app: package as BuildableIOSApp ,
324- buildInfo: debuggingOptions.buildInfo,
325- targetOverride: mainPath,
326- buildForDevice: true ,
327- activeArch: cpuArchitecture,
328- deviceID: id,
323+ app: package as BuildableIOSApp ,
324+ buildInfo: debuggingOptions.buildInfo,
325+ targetOverride: mainPath,
326+ buildForDevice: true ,
327+ activeArch: cpuArchitecture,
328+ deviceID: id,
329329 );
330330 if (! buildResult.success) {
331331 _logger.printError ('Could not build the precompiled application for the device.' );
You can’t perform that action at this time.
0 commit comments