Working in latest version of Xcode 12.
When opening a SwiftUI view containing a Core Data list, a crash occurs and execution stops at the first line of the AppDelegate. There is no backtrace info in the console and from what I can see in the backtrace (attached crash.txt), and by stepping through each frame in Xcode, I don't see any code in my app.
Is this a bug? Advice on how to fix? In Xcode 13.0 (only), I cannot view any List
. The same code runs as expected in Xcode 12.5
David