diff --git a/packages/cli-platform-ios/src/commands/runIOS/index.ts b/packages/cli-platform-ios/src/commands/runIOS/index.ts index e434e815c..be839ad93 100644 --- a/packages/cli-platform-ios/src/commands/runIOS/index.ts +++ b/packages/cli-platform-ios/src/commands/runIOS/index.ts @@ -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;