Has anyone experienced this issue?
Post
Replies
Boosts
Views
Activity
here is the reprot i recivied from Firebase Crashlytics .it happens only in iOS 17.1.0
com.apple.main-thread
0 libsystem_kernel.dylib 0x11d8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0xf70 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0xe88 mach_msg_overwrite + 436
3 libsystem_kernel.dylib 0xcc8 mach_msg + 24
4 CoreFoundation 0x35d0c __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x33c04 __CFRunLoopRun + 1208
6 CoreFoundation 0x33668 CFRunLoopRunSpecific + 608
7 GraphicsServices 0x35ec GSEventRunModal + 164
8 UIKitCore 0x22c294 -[UIApplication _run] + 888
9 UIKitCore 0x22b8d0 UIApplicationMain + 340
10 SwiftUI 0x11620fc OUTLINED_FUNCTION_31 + 604
11 SwiftUI 0x1161f40 OUTLINED_FUNCTION_31 + 160
12 SwiftUI 0xdd3868 OUTLINED_FUNCTION_26 + 2196
13 Prospace VMS Native 0x6a144 main + 4376748356 (Prospace_VMS_NativeApp.swift:4376748356)
14 ??? 0x1c51badcc (Missing)
com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x11d8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0xf70 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0xe88 mach_msg_overwrite + 436
3 libsystem_kernel.dylib 0xcc8 mach_msg + 24
4 CoreFoundation 0x35d0c __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x33c04 __CFRunLoopRun + 1208
6 CoreFoundation 0x33668 CFRunLoopRunSpecific + 608
7 Foundation 0x2c54c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 Foundation 0x5a27c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9 UIKitCore 0x18dfa8 -[UIEventFetcher threadMain] + 420
10 Foundation 0xb1184 NSThread__start + 732
11 libsystem_pthread.dylib 0x24d4 _pthread_start + 136
12 libsystem_pthread.dylib 0x1a10 thread_start + 8
com.google.firebase.crashlytics.MachExceptionServer
0 FirebaseCrashlytics 0x21bac FIRCLSProcessRecordAllThreads + 184
1 FirebaseCrashlytics 0x21f8c FIRCLSProcessRecordAllThreads + 1176
2 FirebaseCrashlytics 0x18e1c FIRCLSHandler + 48
3 FirebaseCrashlytics 0x1b7ac FIRCLSMachExceptionServer + 688
4 libsystem_pthread.dylib 0x24d4 _pthread_start + 136
5 libsystem_pthread.dylib 0x1a10 thread_start + 8
Thread
0 libsystem_kernel.dylib 0x9730 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x19b0 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0x1a04 start_wqthread + 8
Crashed: com.apple.network.connection-13
0 libobjc.A.dylib 0x3150 objc_retain_x23 + 16
1 Network 0x64138 nw_connection_report_state_with_handler_on_nw_queue + 1548
2 Network 0x20f64 __nw_connection_start_block_invoke + 428
3 libdispatch.dylib 0x26a8 _dispatch_call_block_and_release + 32
4 libdispatch.dylib 0x4300 _dispatch_client_callout + 20
5 libdispatch.dylib 0xb894 _dispatch_lane_serial_drain + 748
6 libdispatch.dylib 0xc3f8 _dispatch_lane_invoke + 432
7 libdispatch.dylib 0xd6a8 _dispatch_workloop_invoke + 1756
8 libdispatch.dylib 0x17004 _dispatch_root_queue_drain_deferred_wlh + 288
9 libdispatch.dylib 0x16878 _dispatch_workloop_worker_thread + 404
10 libsystem_pthread.dylib 0x1964 _pthread_wqthread + 288
11 libsystem_pthread.dylib 0x1a04 start_wqthread + 8**
here is the complete crash report
report.txt
could help me on this ?