From 6d7d209c7a2302b426640671ab28c1694ff9bbf2 Mon Sep 17 00:00:00 2001 From: sangeeths03 Date: Tue, 20 May 2025 15:34:44 +0530 Subject: [PATCH] Update Fastfile --- Fastlanedemoapp/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fastlanedemoapp/fastlane/Fastfile b/Fastlanedemoapp/fastlane/Fastfile index 2f09e011..a992b313 100644 --- a/Fastlanedemoapp/fastlane/Fastfile +++ b/Fastlanedemoapp/fastlane/Fastfile @@ -5,7 +5,7 @@ platform :ios do lane :test do scan( scheme: "Fastlanedemoapp", # ENSURE THIS EXACTLY MATCHES YOUR PROJECT'S SCHEME NAME (case-sensitive) - device: "iPhone 16 Pro", # The simulator we are targeting for the test + device: "iPhone 16 Pro (18.2)", # The simulator we are targeting for the test clean: true, # Cleans the build folder before building code_coverage: true # Enables code coverage (optional, but good for CI) )