Posts

Post not yet marked as solved
1 Replies
1k Views
As title says, my apps crashing right on launch when testing through Xcode. I haven't been able to find any meaningful error logs. I get 0 errors or warnings in react native expo env. I even tried with debugging tools in expo with chrome and no memory issues or anything out of the ordinary. Here is my recent logs from the crash: Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 1 Application Specific Information: abort() called Last Exception Backtrace: 0 CoreFoundation 0x1af6a2d94 __exceptionPreprocess + 164 1 libobjc.A.dylib 0x1a87583d0 objc_exception_throw + 60 2 sarcasticgpttwo 0x10283ec9c 0x1027ec000 + 339100 3 sarcasticgpttwo 0x1028502b8 0x1027ec000 + 410296 4 sarcasticgpttwo 0x10284fb00 0x1027ec000 + 408320 5 libdispatch.dylib 0x1b6b60320 _dispatch_call_block_and_release + 32 6 libdispatch.dylib 0x1b6b61eac _dispatch_client_callout + 20 7 libdispatch.dylib 0x1b6b69534 _dispatch_lane_serial_drain + 668 8 libdispatch.dylib 0x1b6b6a0a4 _dispatch_lane_invoke + 384 9 libdispatch.dylib 0x1b6b74cdc _dispatch_workloop_worker_thread + 648 10 libsystem_pthread.dylib 0x20f023ddc _pthread_wqthread + 288 11 libsystem_pthread.dylib 0x20f023b7c start_wqthread + 8 `` Chat-GPT gave me the following: The crash log suggests that the app is crashing due to an unhandled exception. The stack trace indicates that the app crashed in the main thread, while executing a block of code that was dispatched to the main thread using Grand Central Dispatch (GCD). The stack trace also shows that the crash was triggered by Thread 1, which is the Expo controller error recovery queue. Here's a brief breakdown of the relevant parts of the crash log: Exception Type: EXC_CRASH (SIGABRT) Triggered by Thread: 1 Application Specific Information: abort() called Last Exception Backtrace: CoreFoundation libobjc.A.dylib sarcasticgpttwo libdispatch.dylib Based on the information provided, it's difficult to determine the exact cause of the crash.
Posted
by house14.
Last updated
.