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

XCFramework support? #156

Open AndrewSB opened 3 years ago

AndrewSB commented 3 years ago

Hey! I'm trying to use this through carthage, it looks like it may not support the --use-xcframework flag, is that being tracked?

dreampiggy commented 3 years ago

Carthage support is not works well actually. Actually SDWebImage all components may remove the Carthage support. And focus on SwiftPM / CocoaPods two package managers instead

For XCFramework, I suggest you to manual build the XCFramework, or build normal .framework and command line to assemble it.