From 029aa85ea47b17513cf83a72261dd38124799138 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 23 Apr 2023 21:31:19 +0800 Subject: [PATCH] Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 For CocoaPods user, they can use Static Library and we should not touch the xcconfig here --- SDWebImageSwiftUI.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/SDWebImageSwiftUI.podspec b/SDWebImageSwiftUI.podspec index 35a172a0..d5a0e3bc 100644 --- a/SDWebImageSwiftUI.podspec +++ b/SDWebImageSwiftUI.podspec @@ -30,7 +30,6 @@ It brings all your favorite features from SDWebImage, like async image loading, s.pod_target_xcconfig = { 'SUPPORTS_MACCATALYST' => 'YES', 'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO', - 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' } s.weak_frameworks = 'SwiftUI', 'Combine'