Skip to content

Commit

Permalink
CLIError reporting iOS (#1892)
Browse files Browse the repository at this point in the history
Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
  • Loading branch information
arushikesarwani94 and arushikesarwani94 authored Mar 28, 2023
1 parent ce1afba commit a5bbda3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli-platform-ios/src/commands/runIOS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const getSimulators = () => {
} catch (error) {
throw new CLIError(
'Could not get the simulator list from Xcode. Please open Xcode and try running project directly from there to resolve the remaining issues.',
error as Error,
);
}
return simulators;
Expand Down

0 comments on commit a5bbda3

Please sign in to comment.