Skip to content

Commit

Permalink
Downgrade xcode version for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanokdev committed Oct 4, 2023
1 parent b6e1659 commit c9b7bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# update_fastlane

before_all do
xcversion(version: "~> 15.0")
xcversion(version: "~> 14.3.1")

ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
Expand Down

0 comments on commit c9b7bae

Please sign in to comment.