Skip to content

Commit

Permalink
Do not try to install Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 30, 2024
1 parent fa38bbc commit 380b8ac
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 @@ -4,7 +4,7 @@ platform :ios do

before_all do
begin
xcodes(version: "16.0")
xcodes(version: "16.0", select_for_current_build_only: true)
rescue => ex
UI.error("Failed when switching to Xcode version: #{ex}")
end
Expand Down

0 comments on commit 380b8ac

Please sign in to comment.