Hello!
We encountered a very intermittent crash with our application starting with devices running iOS 18.4. We have a screen that can display a long list of products in 2 states (expanded or collapsed) based off of a boolean if the user has interacted with that product yet.
With this list, we very intermittently encounter a crash when we
scroll like crazy up and down the list
search the list quickly (search is performed each character change and list is filtered)
Our project has iOS 17.0 as a minimum deployment target, and is Swift 6 enabled. Again, this started happening only with iOS 18.4, and is still visible (handful of occurrences each week).
The crash report seems to be very internal to SwiftUI/Obj-c runtime.
5895AC17-6886-4070-BC80-8912E8394BDB.crash
Any insights would be greatly appreciated!
3
0
192