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