Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

IPHONEOS_DEPLOYMENT_TARGET is set to 8.0 but Xcode 12 does't support it anymore #431

Closed romeugodoi closed 4 years ago

romeugodoi commented 4 years ago

What did you do?

ℹ The version 3.6.0 is causing an error, and can't be built on Xcode 12.*, cos the IPHONEOS_DEPLOYMENT_TARGET 8.0 is not supported anymore. And in case using this version in projects already in production that is so expensive to upgrade it as I've one, we could fix it.

What did you expect to happen?

ℹ To Built successful

What happened instead?

ℹ The Crash error: "The package product 'Alamofire' requires minimum platform version 9.0 for the iOS platform, but this target supports 8.0"

image

Alamofire Environment

AlamofireImage version: 3.6.0 Xcode version: 12.2 Swift version: 5 Platform(s) running AlamofireImage: SPM macOS version running Xcode: 11.0.1

jshier commented 4 years ago

Please update to version 4.1 to fix this issue. There will be no additional updates to version 3.