Skip to content

Commit

Permalink
set the xcode version back to 13.3.1 from 13.4.1 because simulator 15…
Browse files Browse the repository at this point in the history
….4 is required to run kickstarter tests.
  • Loading branch information
msadoon committed Mar 28, 2023
1 parent cb4d469 commit 2baa75c
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.4.1
xcode_version: &xcode_version 13.3.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")
xcversion(verson: "13.3.1")
default_platform :ios

platform :ios do
Expand Down

0 comments on commit 2baa75c

Please sign in to comment.