From 48c26d8782fb2bbaf1d4833f036090511ef055c5 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 7 Jun 2024 13:02:56 +0100 Subject: [PATCH 1/2] Import missing Foundation framework --- .../StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift index ff05db84..64ee050a 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift @@ -2,6 +2,7 @@ // Copyright © 2024 Stream.io Inc. All rights reserved. // +import Foundation import StreamChat extension ChatClient { From 8c7900f308e74b39850042430477b80140096197 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 7 Jun 2024 13:07:57 +0100 Subject: [PATCH 2/2] Skip pods release --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 637df6b5..1f8fe6e1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -90,6 +90,7 @@ lane :publish_release do |options| clean_products publish_ios_sdk( + skip_pods: true, version: options[:version], sdk_names: sdk_names, podspec_names: ['StreamChatSwiftUI', 'StreamChatSwiftUI-XCFramework'],