SDWebImage / libwebp-Xcode

A wrapper for libwebp + Xcode project. Support Carthage && CocoaPods && SwiftPM.
56 stars 36 forks source link

When I using SPM on Xcode 12, I see a warning about IPHONEOS_DEPLOYMENT_TARGET #10

Closed trilliwon closed 3 years ago

trilliwon commented 3 years ago
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99.

Do you have plan to change IPHONEOS_DEPLOYMENT_TARGET version to iOS 9.0 ?

Thanks