Alamofire / AlamofireImage

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

AlamofireImage installed from CocoaPods #400

Closed alejandroivan closed 4 years ago

alejandroivan commented 4 years ago

File UIImage+AlamofireImage.swift makes the whole module uncompilable. Basically because, on line 385, it's missing a return statement. Leaving that line like this fixes all issues:

return af.imageFiltered(withCoreImageFilter: name, parameters: parameters)

jshier commented 4 years ago

Looks like we missed a Swift 5 compatibility issue. Working on a release now, it should be available soon.

jshier commented 4 years ago

This should be fixed now, feel free to update to 4.0.1.