Alamofire / AlamofireImage

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

Support to build xcframework #416

Closed cuongtv51 closed 4 years ago

cuongtv51 commented 4 years ago

As i know, Swift 5.1 has support create xcframework. Can we have option or guideline to build xcframework? It will help reduce steps for integrate into project.

jshier commented 4 years ago

As XCFrameworks require the use of library evolution mode, which we don't support (nor does Alamofire), we won't be supporting such builds for AlamofireImage either. If that changes, we'll provide directions for all Alamofire libraries.