diff --git a/local-cli/runIOS/runIOS.js b/local-cli/runIOS/runIOS.js index 272280115..569920653 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 {