Open Fabezi opened 4 years ago
Thanks for reporting this issue!
The stack trace indicates that this crash happens when the app enters the background and removeContentCGImagesOfLabelLayersWithoutWindow
is called in the UIApplicationDidEnterBackgroundNotification
handler. Hence, to reproduce this, you may have to bring the application into the right state and then leave the app. If you can reproduce your issue, you could put a breakpoint at the beginning of the removeContentCGImagesOfLabelLayersWithoutWindow
and see if you can figure out what's wrong, or maybe you find a way to reproduce the issue in the STULabel Demo app.
In order to be able to fix this issue I need more information or a way to reproduce the crash.
Hey! We've been testing this framework on a few text-heavy screen for a while now without any issues, however, on our last update, we seem to have introduced this type of crash for a decent number of users. Haven't been able to reproduce this myself yet but will update this thread if I do.
Update: Seems to be related to the STUBackgroundAttribute and happens only on release builds.