diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 07447bac6b..48fed0a209 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -4,7 +4,7 @@ default_platform(:ios) platform :ios do private_lane :prepare do if is_ci - xcversion(version: "~> 13.4.1") + xcversion(version: "~> 14.0.1") setup_ci # creates MATCH_KEYCHAIN_NAME on CI ensure_env_vars( env_vars: ['APPSTORE_CERTIFICATE_PASSWORD']