From 10f1407e843b7dc53d466c30ba0cb56a72b7270f Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 21 Oct 2022 22:08:12 +0200 Subject: [PATCH] [github][ios] Fixed Fastlane upload Signed-off-by: Alexander Borsuk --- xcode/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 07447bac6b..48fed0a209 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -4,7 +4,7 @@ default_platform(:ios) platform :ios do private_lane :prepare do if is_ci - xcversion(version: "~> 13.4.1") + xcversion(version: "~> 14.0.1") setup_ci # creates MATCH_KEYCHAIN_NAME on CI ensure_env_vars( env_vars: ['APPSTORE_CERTIFICATE_PASSWORD']