Skip to content

Commit

Permalink
update xcode version for fastlane release
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanCooper9 committed Sep 7, 2024
1 parent de75b19 commit 11f0e80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/lanes/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
duration: 1200, # optional (maximum 1200)
in_house: false # optional but may be required if using match/sigh
) if is_ci

xcode_select("/Applications/Xcode_15.4.app")

certificates

Expand All @@ -31,7 +33,8 @@

build_app(
scheme: "FriendlyCompetitions",
export_method: "app-store"
export_method: "app-store",
xcode_version: "15.4"
)

upload_to_testflight(
Expand Down

0 comments on commit 11f0e80

Please sign in to comment.