diff --git a/local-cli/runMacOS/runMacOS.js b/local-cli/runMacOS/runMacOS.js index 88504f6bedfa0b..95b72de73c8e53 100644 --- a/local-cli/runMacOS/runMacOS.js +++ b/local-cli/runMacOS/runMacOS.js @@ -87,7 +87,7 @@ async function run(xcodeProject, scheme, args) { ); child_process.exec( - 'open -b ' + bundleID + ' -a ' + appPath, + 'open -b ' + bundleID + ' -a ' + '"' + appPath + '"', (error, stdout, stderr) => { if (error) { logger.error('Failed to launch the app', stderr);