diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index be84b3c8a3..251e57c4d7 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -115,7 +115,10 @@ platform :ios do update_project_provisioning( profile: ENV["sigh_com.oztechan.ccc_" + match_type + "_profile-path"] ) - xcversion(version: '~> 14') + xcodes( + version: '15.4', + select_for_current_build_only: true, + ) gym( workspace: "CCC.xcworkspace", scheme: "CCC",