Thread 1: signal SIGABART when running on Physical iPhone 11 running iOS 17.5

I am currently running my Flutter app using macOS 15 beta (I accidentally upgraded and now I can't opt-out) and Xcode 15 beta on my iPhone 11 running iOS 17.5. While the app launches, it gets stuck on a black screen and I encounter the following error in Xcode:

Thread 1: signal SIGABRT

(lldb) bt
• thread #1, stop reason = signal SIGABRT
▪ frame #0: 0x00000001ad9eecd8 dyld__abort_with_payload + 8 
  frame #1: 0x00000001ad9fa450 dyld_abort_with_payload_wrapper_internal + 104
  frame #2: 0x00000001ad9fa484 dyld_abort_with_payload + 16 
  frame #3: 0x00000001ad987e00 dyld4::halt(char const*, dyld4::StructuredError const*) + 304
  frame #4: 0x00000001ad99559c dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 4088 
  frame #5: 0x00000001ad9b9c48 dyld_start + 1724

Note: This app functions correctly when distributed through TestFlight.

Thread 1: signal SIGABART when running on Physical iPhone 11 running iOS 17.5
 
 
Q