diff --git a/tools/commands-cordova.js b/tools/commands-cordova.js index 1a7bfdae64..1e80c7d33c 100644 --- a/tools/commands-cordova.js +++ b/tools/commands-cordova.js @@ -1781,6 +1781,7 @@ _.extend(IOS.prototype, { killSimulator: function () { var execFileSync = require('./utils.js').execFileSync; execFileSync('killall', ['iOS Simulator']); + execFileSync('killall', ['iPhone Simulator']); } });