SDWebImageSwiftUI icon indicating copy to clipboard operation
SDWebImageSwiftUI copied to clipboard

XCFramework support?

Open AndrewSB opened this issue 3 years ago • 1 comments

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

AndrewSB avatar Feb 13 '21 23:02 AndrewSB

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.

dreampiggy avatar Feb 23 '21 08:02 dreampiggy