diff --git a/local-cli/runIOS/runIOS.js b/local-cli/runIOS/runIOS.js index cb459a81c2d15e..d2ec2b82d63df1 100644 --- a/local-cli/runIOS/runIOS.js +++ b/local-cli/runIOS/runIOS.js @@ -26,7 +26,7 @@ const getBuildPath = function (configuration = 'Debug', appName, isDevice) { device = 'iphonesimulator'; } - return `build/Build/Products/${configuration}-${device}/${appName}.app`; + return `Build/Products/${configuration}-${device}/${appName}.app`; }; const xcprettyAvailable = function() { try {