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

AnimatedImage crashing on iPhone 13 Pro Max #207

Closed pjacobs closed 2 years ago

pjacobs commented 2 years ago

This works fine for older devices and all devices within the simulator, but now crashes on my iPhone 13 Pro Max. Attached is the crash report and animated image being used.

var body: some View { ... AnimatedImage(name: "visual") ... }

crashlog.log visual

pjacobs commented 2 years ago

Did a clean compile, and the crash disappeared.