diff --git a/src/dispatcher/iOSDevice.js b/src/dispatcher/iOSDevice.js index 0ea0cceec..de78bc359 100644 --- a/src/dispatcher/iOSDevice.js +++ b/src/dispatcher/iOSDevice.js @@ -132,7 +132,8 @@ function getActiveSimulators(): Promise> { name: simulator.name, }; }); - }); + }) + .catch(_ => []); } function getActiveDevices(): Promise> {