Storyly allows mobile applications to have in-app stories in native iOS, native Android, React-Native, and Flutter platforms.
69
stars
40
forks
source link
SDWebImage crashes in SDK when installed via SPM #376
Open
TimoWaelischIdealo opened 3 months ago
Issue tracker is ONLY used for reporting iOS SDK related bugs.
Low number of crashes from the Storyly iOS SDK, which might be related to an SDWebImage dependency
I'm seeing these crashes in Firebase Crashlytics only, I could not reproduce them on my own
Environment Details
Storyly SDK Version: 3.2.1 iOS SDK Version: Xcode 15.4.0 Device Model: iPhone (multiple) Device OS Version: 17.4.1, 17.5.1, 16.2.0, 16.3.1 for the last 7 days Additional Info: ---
Expected Behavior
There should be no crashes of the app caused by the Storyly SDK
Current Behavior
There is a low number of crashes which can be traced back to the Storyly SDK
Steps to Reproduce
I have no reproduction, however here is a typical stacktrace of the crash:
A first internet search might lead to the assumption, that the SPM installation uses an older version <5.14.0 of SDWebImage as dependency: https://github.com/SDWebImage/SDWebImage/issues/3273