Hello,
I am experiencing a crash in a SwiftUI app.
- It happens when I place multiple views inside a ScrollView.
- The crash occurs only on a physical device (it does not reproduce in the Simulator).
- It happens during runtime, seemingly while SwiftUI is updating or laying out the view hierarchy.
- I have not been able to determine the exact cause.
I am attaching a text file with the entire backtrace from LLDB.
Is this a known SwiftUI issue?
Any recommendations on how to further investigate or work around it?
Any help or suggestions would be appreciated.
Xcode 16.3 / iOS 18.6.2
Thank you!