App Works in Simulator - Black Screen on Launch on Device

I've been building a SwiftUI app, and everything works perfectly fine in the simulator for the exact device I am using (iPhone 13 Pro Max). When I build and launch on my device through Xcode, though, the app only launches to a black screen.

When I go to force close the app, the correct view loads for a split second before going away.

Has anyone run into this and have any suggestions on what to fix?

Receiving this message after waiting a while: warning: libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance.

After waiting even longer: Message from debugger: Terminated due to memory issue

App Works in Simulator - Black Screen on Launch on Device
 
 
Q