SDWebImage / SDWebImageSwiftUI

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

Publishing changes from within view updates is not allowed, this will cause undefined behavior. #226

Closed iowais-dev closed 1 year ago

iowais-dev commented 1 year ago

getting purple warning in Xcode 14 Publishing changes from within view updates is not allowed, this will cause undefined behavior.

arbyruns commented 1 year ago

Seeing this as well.

umair-khan97 commented 1 year ago

After Xcode and iOS 16 update

yuri-qualtie commented 1 year ago

Same issue for Xcode 14 and iOS 16

ruslan-qualtie commented 1 year ago

+1

aregler commented 1 year ago

You can take a look at #222 and #225.

oglerma commented 1 year ago

Thank you for looking into this. I am seeing this affect our app when iOS 16 was released.

dreampiggy commented 1 year ago

Please have a try with v2.1.0

iowais-dev commented 1 year ago

Thanks :)