From cb4d469f3d181cea48a11223eebef1a131ba9e60 Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Tue, 28 Mar 2023 11:36:12 -0400 Subject: [PATCH] updated xcode version to the one we use locally in Fastfile and CI config Trying to resolve ci build failure for beta and testflight. --- .circleci/config.yml | 2 +- .fastlane/Fastfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6593de79e8..61916c3c18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ orbs: aws_cli_setup: &aws_cli_setup role-arn: $AWS_ROLE_ARN -xcode_version: &xcode_version 13.3.1 +xcode_version: &xcode_version 13.4.1 iphone_name: &iphone_name iPhone 8 preload_simulator: &preload_simulator xcrun instruments -w "iPhone 8 (15.4) [" || true diff --git a/.fastlane/Fastfile b/.fastlane/Fastfile index c11a310514..0a6f1067bd 100644 --- a/.fastlane/Fastfile +++ b/.fastlane/Fastfile @@ -1,5 +1,5 @@ fastlane_version "2.158.0" - +xcversion(verson: "13.4.1") default_platform :ios platform :ios do