From 11f8bf5c6141d5e230a9bf4285a18361030beced Mon Sep 17 00:00:00 2001 From: mdneyazahmad <77761491+mdneyazahmad@users.noreply.github.com> Date: Sat, 29 Oct 2022 18:37:50 +0530 Subject: [PATCH] fix: select iPhone 14 as a default simulator --- packages/cli-platform-ios/src/commands/runIOS/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-platform-ios/src/commands/runIOS/index.ts b/packages/cli-platform-ios/src/commands/runIOS/index.ts index c4939715c..3fca22d56 100644 --- a/packages/cli-platform-ios/src/commands/runIOS/index.ts +++ b/packages/cli-platform-ios/src/commands/runIOS/index.ts @@ -596,7 +596,7 @@ export default { description: 'Explicitly set simulator to use. Optionally include iOS version between ' + 'parenthesis at the end to match an exact version: "iPhone 6 (10.0)"', - default: 'iPhone 13', + default: 'iPhone 14', }, { name: '--configuration ',