SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.16k stars 223 forks source link

IPHONEOS_DEPLOYMENT_TARGET Warning #140

Closed Rspoon3 closed 3 years ago

Rspoon3 commented 3 years ago

This warning appears when using Xcode 12:

IPHONEOS_DEPLOYMENT_TARGET is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99

It doesn't causing any issues, but it would be nice to remove the warning none the less.

linkiliz commented 3 years ago

Same. Thank you if you can remove the warning, it would be very nice !

dreampiggy commented 3 years ago

SDWebImageSwiftUI min deployment target version is iOS 13+.

I guess you means SDWebImage ?

linkiliz commented 3 years ago

SDWebImageSwiftUI min deployment target version is iOS 13+.

I guess you means SDWebImage ?

Yes, sorry