Skip to content

Commit

Permalink
updated xcode version to the one we use locally in Fastfile and CI co…
Browse files Browse the repository at this point in the history
…nfig

Trying to resolve ci build failure for beta and testflight.
  • Loading branch information
msadoon committed Mar 28, 2023
1 parent 337402f commit cb4d469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .fastlane/Fastfile
@@ -1,5 +1,5 @@
fastlane_version "2.158.0"

xcversion(verson: "13.4.1")
default_platform :ios

platform :ios do
Expand Down

0 comments on commit cb4d469

Please sign in to comment.