SwiftWebImage doesn't work with SwiftPackageManager - should drag SwiftWebImage framework to your project
geekaurora opened this issue · 1 comments
geekaurora commented
Underlying CZImageCache
of SwiftWebImage
doesn't work with SwiftPackageManager
Workaround
- Should drag
SwiftWebImage
framework to your project.
Reason about
- The root cause seems related with
DispatchQueue
ofCZMutexLock
with SwiftPackageManager, will investigate further.
geekaurora commented
Verified the issue be resolved, working with SwiftPackageManager correctly.