Post

Replies

Boosts

Views

Activity

Reply to Layout Engine Crash on iOS 26: NSInternalInconsistencyException
I have the exact same issue and can not fix it. iOS 26 has already trouble before it released. 0 myapp 0x236ba0 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392) 1 myapp 0x236f84 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423) 2 myapp 0x22e1b8 FIRCLSHandler + 34 (FIRCLSHandler.m:34) 3 myapp 0x228f68 __FIRCLSExceptionRecord_block_invoke + 240 (FIRCLSException.mm:240) 4 libdispatch.dylib 0x1b7cc _dispatch_client_callout + 16 5 libdispatch.dylib 0x118a0 _dispatch_lane_barrier_sync_invoke_and_complete + 56 6 myapp 0x227f00 FIRCLSExceptionRecord + 242 (FIRCLSException.mm:242) 7 myapp 0x228a20 FIRCLSExceptionRecordNSException + 126 (FIRCLSException.mm:126) 8 myapp 0x227b08 FIRCLSTerminateHandler() + 407 (FIRCLSException.mm:407) 9 libc++abi.dylib 0x11bdc std::__terminate(void (*)()) + 16 10 libc++abi.dylib 0x15314 __cxa_get_exception_ptr + 86 11 libc++abi.dylib 0x152bc __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 90 12 libobjc.A.dylib 0x3190c objc_exception_throw + 448 13 CoreAutoLayout 0x13a4 -[NSISEngine optimize] + 314 14 CoreAutoLayout 0x1734 -[NSISEngine _optimizeWithoutRebuilding] + 72 15 CoreAutoLayout 0x1404 -[NSISEngine optimize] + 96 16 CoreAutoLayout 0xee8 -[NSISEngine performPendingChangeNotifications] + 104 17 UIKitCore 0x27ac8 -[UIView(Hierarchy) layoutSubviews] + 136 18 UIKitCore 0xfe760 -[UIWindow layoutSubviews] + 68 19 UIKitCore 0x234228 -[UITextEffectsWindow layoutSubviews] + 44 20 UIKitCore 0x27674 -[UIImageView animationImages] + 912 21 UIKitCore 0x28134 -[UIView(Internal) _viewControllerToNotifyOnLayoutSubviews] + 40 22 UIKitCore 0x18c2898 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2532 23 QuartzCore 0xabd98 CA::Layer::perform_update_(CA::Layer*, CALayer*, unsigned int, CA::Transaction*) + 116 24 QuartzCore 0x8e810 CA::Layer::update_if_needed(CA::Transaction*, unsigned int, unsigned int) + 600 25 QuartzCore 0xad45c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 200 26 QuartzCore 0x6e30c CA::Context::commit_transaction(CA::Transaction*, double, double*) + 540 27 QuartzCore 0x9afc4 CA::Transaction::commit() + 644 28 QuartzCore 0x16974c CA::Transaction::release_thread(void*) + 180 29 libsystem_pthread.dylib 0x4c28 _pthread_tsd_cleanup + 620 30 libsystem_pthread.dylib 0x4998 _pthread_exit + 84 31 libsystem_pthread.dylib 0x5e3c pthread_atfork + 54 32 libsystem_pthread.dylib 0x1440 _pthread_wqthread + 428 33 libsystem_pthread.dylib 0x8c0 start_wqthread + 8
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’25