Crash on AppStore with SwiftUI for iOS 16.4 with "KitRendererCommon(_:) + 176"

Hi,

We are seeing some crashes on production with SwiftUI on iOS 16.4 devices. The stack trace doesn't contain any app specific classes or functions making the stack trace difficult to work with or reason about.

Your help would be really appreciated.

I'd suggest to file a feedback as well.

Do you have anything special at lines 10 that can be causing the problem, only meant for debug mode or a specific platform version ?-> ProbabilityDistributionsApp.swift:10

Thank @julia_brockovich for a great suggestion. I also filed a feedback.

@MobileTen it is a standard code for App. The line 10 is @main. I could not format it, so here is the almost full code.

@main struct ProbabilityDistributionsApp: App { var body: some Scene { WindowGroup { ContentView() } } }
Crash on AppStore with SwiftUI for iOS 16.4 with "KitRendererCommon(_:) + 176"
 
 
Q