We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a68bc commit 33a57c7Copy full SHA for 33a57c7
fastlane/Fastfile
@@ -93,7 +93,7 @@ platform :ios do
93
lane :xcframework do |options|
94
version = options[:version]
95
swift_version = options[:swift_version] || "5.0"
96
- xcode_version = options[:xcode_version] || "26.0.1"
+ xcode_version = options[:xcode_version] || "26.1.1"
97
98
xcodes(version: xcode_version, select_for_current_build_only: true)
99
FileUtils.rm_rf '../build'
@@ -166,7 +166,7 @@ platform :ios do
166
end
167
168
before_all do |lane|
169
- xcode_version = ENV["XCODE_VERSION"] || "26.0.1"
+ xcode_version = ENV["XCODE_VERSION"] || "26.1.1"
170
171
172
0 commit comments