From 59a2b48e21b1a06862001e409ed8740494c43c44 Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 18 Sep 2024 16:49:58 +0100 Subject: [PATCH] Update Integration tests for Xcode 16. --- fastlane/Fastfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d90d761e4..b017cc784 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -140,14 +140,14 @@ lane :integration_tests do clear_derived_data() create_simulator_if_necessary( - name: "iPhone 15 Pro", - type: "com.apple.CoreSimulator.SimDeviceType.iPhone-15-Pro", - runtime: "com.apple.CoreSimulator.SimRuntime.iOS-17-5" + name: "iPhone 16 Pro", + type: "com.apple.CoreSimulator.SimDeviceType.iPhone-16-Pro", + runtime: "com.apple.CoreSimulator.SimRuntime.iOS-18-0" ) run_tests( scheme: "IntegrationTests", - devices: ["iPhone 15 Pro"], + devices: ["iPhone 16 Pro"], ensure_devices_found: true, result_bundle: true, reset_simulator: true