Merge pull request #263 from SDWebImage/fix/library_evolution_for_static_lib
Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8
This commit is contained in:
commit
f0b113179c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue