Post not yet marked as solved
Post marked as unsolved with 0 replies, 252 views
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.