Skip to content

Commit

Permalink
Fix runIOS CFBundleIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Apr 5, 2018
1 parent 589eae1 commit ab5db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/runIOS/runIOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ab5db0c

Please sign in to comment.