SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

Xcode 14.3 #261

Closed Patresko closed 1 year ago

Patresko commented 1 year ago

It's not possible to compile code on latest version of Xcode 14.3. Added via Xcode Package Dependencies.

Error: missing required module "SDWebImage"

jpmcglone commented 1 year ago

I'm having this issue. I have a sub package that has the dependencies added correctly, but im getting this error in Previews only (I can compile, i can build to device, but previews don't work at all and give this same error)

dreampiggy commented 1 year ago

Need a demo project to show this issue. Open SDWebImageSwiftUI/Package.swift can build without error. Is this exists only on a App project (which use Xcode's Package dependency?)

dreampiggy commented 1 year ago

Seems using demo run does not contains any issue:

image

dreampiggy commented 1 year ago

Seems using Preview does not contains this issue ? Click run to play image

dreampiggy commented 1 year ago

SDWebImageSwiftUIDemo.zip

dreampiggy commented 1 year ago

From the #259 Maybe you should disable Library Evolution when you integrate with Static Library

dreampiggy commented 1 year ago

Solved in v2.2.3