geekaurora/SwiftWebImage

SwiftWebImage doesn't work with SwiftPackageManager - should drag SwiftWebImage framework to your project

geekaurora opened this issue · 1 comments

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 of CZMutexLock with SwiftPackageManager, will investigate further.

Verified the issue be resolved, working with SwiftPackageManager correctly.