diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 731fceb72..c1bcbd966 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -24,7 +24,7 @@ end desc 'Build & upload to Testflight' lane :tf do |options| - xcversion(version: "~> 15.2") + xcversion(version: "~> 16.2") scheme = 'Kodi Remote' gym( scheme: scheme,