Debugging an issue caused by SwiftUI is quite tough, a few of our users have been complaining of a crash.
The crash logs have a couple of different issues the two most prominent being,
- ViewCache.commitPlacedChildren(from:to:)
- StackLayout.UnmanagedImplementation.placeChildren1(in:minorProposalForChild:)
Unable to identify what's causing the crash as can't easily replicate this and the logs aren't helping.
Any pointers will be very much appreciated.