UI test shenanigans (#2611)
* Hardcode Xcode 15.2 as there are multiple versions available on the performance runner * Remove the derived data caching step as it's not necessary on the performance runner.
This commit is contained in:
@@ -3,7 +3,7 @@ require 'semantic'
|
||||
require_relative 'changelog'
|
||||
|
||||
before_all do
|
||||
xcversion(version: "~> 15.0")
|
||||
xcversion(version: "15.2")
|
||||
|
||||
ENV["FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT"] = "180"
|
||||
ENV["FASTLANE_XCODE_LIST_TIMEOUT"] = "180"
|
||||
|
||||
Reference in New Issue
Block a user