From f2c279f9963b474446ce9fe68e25d5d5781b3296 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Fri, 8 Oct 2021 11:48:50 +0200 Subject: [PATCH] update fastfile to work with xcode 13 --- packages/stream_chat_v1/ios/fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index 4caf064..68c3ea5 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -34,6 +34,7 @@ platform :ios do desc "Deploy build to Firebase" lane :deploy_to_firebase do match_me + xcode_install(version: "13.0") xcversion(version: "~> 13.0.0") gym( @@ -60,6 +61,7 @@ platform :ios do desc "Deploy build to TestFlight" lane :deploy_to_testflight do match_appstore + xcode_install(version: "13.0") xcversion(version: "~> 13.0.0") settings_to_override = {