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

CocoaPod, WidgetKit, SDWebImageSwiftUI, Real device run #139

Closed iDevPro closed 3 years ago

iDevPro commented 3 years ago

Podfile:

target 'AppNameHereUIWidgetExtension' do
    platform :ios, '14.0'
    use_frameworks!
    pod 'SDWebImageSwiftUI'
end
dreampiggy commented 3 years ago

Seems the installation issues. You should copy the framework into WidgetKit target.

Using CocoaPods's modular_headers or SwiftPM to manage this.