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

Installing package seems to have broken my entire projects image handling, persisting after install #141

Closed kdthomas2121 closed 3 years ago

kdthomas2121 commented 3 years ago

image image

After installing the package, all of my previously working images, stopped working. I've uninstalled the package and the errors are still erroring. Any ideas?

dreampiggy commented 3 years ago

SDWebImageSwiftUI does not provide any symbol named Image. We have WebImage && AnimatedImage. Try Xcode clean and have a check.