Skip to content

Commit 029aa85

Browse files
committed
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
1 parent 61fefe9 commit 029aa85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SDWebImageSwiftUI.podspec

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ It brings all your favorite features from SDWebImage, like async image loading,
3030
s.pod_target_xcconfig = {
3131
'SUPPORTS_MACCATALYST' => 'YES',
3232
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO',
33-
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
3433
}
3534

3635
s.weak_frameworks = 'SwiftUI', 'Combine'

0 commit comments

Comments
 (0)