Skip to content

Commit 6c4b4fc

Browse files
committed
Have Fastlane use the latest available 26.0.x Xcode version
This comes as a potential fix for Xcode Cloud where Xcode 26.0 is no longer available and when switching the workflow to 26.0.1 it fails with `[!] Cannot find an installed Xcode satisfying '26'`
1 parent 7e7cf15 commit 6c4b4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if File.exist?(enterprise)
88
end
99

1010
before_all do
11-
xcversion(version: "26")
11+
xcversion(version: "~> 26.0.0")
1212

1313
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
1414
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"

0 commit comments

Comments
 (0)