Getting crash on user side. not able to reproduce it on our side. Please check the crash log.
Xcode version: 13.2.1 (13C100) plateform: iOS
Crashed: com.apple.main-thread
0 libsystem_kernel.dylib 0x6bbc __pthread_kill + 8
1 libsystem_pthread.dylib 0xd854 pthread_kill + 208
2 libsystem_c.dylib 0x1f6ac abort + 124
3 QuartzCore 0xce57c CA::Render::Encoder::grow(unsigned long) + 236
4 QuartzCore 0xb179c CA::Render::Layer::encode(CA::Render::Encoder*) const + 104
5 QuartzCore 0xbcbb0 CA::Render::encode_set_object(CA::Render::Encoder*, unsigned long, unsigned int, CA::Render::Object*, unsigned int) + 192
6 QuartzCore 0x47138 invocation function for block in CA::Context::commit_transaction(CA::Transaction*, double, double*) + 280
7 QuartzCore 0x348f4 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) + 388
8 QuartzCore 0x34878 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) + 264
9 QuartzCore 0x34878 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) + 264
10 QuartzCore 0x34878 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) + 264
11 QuartzCore 0x34878 CA::Layer::commit_if_needed(CA::Transaction*, void (CA::Layer*, unsigned int, unsigned int) block_pointer) + 264
12 QuartzCore 0x457fc CA::Context::commit_transaction(CA::Transaction*, double, double*) + 6204
13 QuartzCore 0x4cc64 CA::Transaction::commit() + 708
14 UIKitCore 0x18a3f4 _UIApplicationFlushRunLoopCATransactionIfTooLate + 80
15 UIKitCore 0x15bb24 __processEventQueue + 7292
16 UIKitCore 0x160c54 __eventFetcherSourceCallback + 168
17 CoreFoundation 0xb34ec CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24
18 CoreFoundation 0xc361c __CFRunLoopDoSource0 + 204
19 CoreFoundation 0x5880 __CFRunLoopDoSources0 + 348
20 CoreFoundation 0xaef8 __CFRunLoopRun + 768
21 CoreFoundation 0x1e240 CFRunLoopRunSpecific + 572
22 GraphicsServices 0x1988 GSEventRunModal + 160
23 UIKitCore 0x4e541c -[UIApplication _run] + 1080
24 UIKitCore 0x27eb88 UIApplicationMain + 336
25 TCPApp 0xa34528 main + 39 (AppDelegate.swift:39)
26 ??? 0x104bd83d0 (Missing)
Post
Replies
Boosts
Views
Activity
Xcode version: 13.2.1 (13C100) plateform: iOS
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x99288 __exceptionPreprocess
1 libobjc.A.dylib 0x16744 objc_exception_throw
2 CoreAutoLayout 0x57ac -[NSISEngine withAutomaticOptimizationDisabled:]
3 CoreAutoLayout 0xaa6c -[NSISEngine _optimizeWithoutRebuilding]
4 CoreAutoLayout 0xcb78 -[NSISEngine optimize]
5 CoreAutoLayout 0x50fc -[NSISEngine performPendingChangeNotifications]
6 UIKitCore 0x350710 -[UIView(Hierarchy) layoutSubviews]
7 UIKitCore 0x18bfb4 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
8 QuartzCore 0x40cd0 CA::Layer::layout_if_needed(CA::Transaction*)
9 QuartzCore 0x33134 CA::Layer::layout_and_display_if_needed(CA::Transaction*)
10 QuartzCore 0x47a7c CA::Context::commit_transaction(CA::Transaction*, double, double*)
11 QuartzCore 0x50970 CA::Transaction::commit()
12 QuartzCore 0xa89a8 CA::Transaction::release_thread(void*)
13 libsystem_pthread.dylib 0x1e58 _pthread_tsd_cleanup
14 libsystem_pthread.dylib 0x48d0 _pthread_exit
15 libsystem_pthread.dylib 0x13b8 pthread_main_np
16 libsystem_pthread.dylib 0x1144 _pthread_wqthread
17 libsystem_pthread.dylib 0xe5c start_wqthread
Xcode version: 13.2.1 (13C100) plateform: iOS
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x99288 __exceptionPreprocess
1 libobjc.A.dylib 0x16744 objc_exception_throw
2 CoreFoundation 0x176fc4 +[NSObject(NSObject) _copyDescription]
3 CoreFoundation 0x2de98 forwarding
4 CoreFoundation 0x2cf70 _CF_forwarding_prep_0
5 QuartzCore 0xcb320 CA::Layer::run_animation_callbacks(void*)
6 libdispatch.dylib 0x3a30 _dispatch_client_callout
7 libdispatch.dylib 0x11f48 _dispatch_main_queue_drain
8 libdispatch.dylib 0x11b98 _dispatch_main_queue_callback_4CF
9 CoreFoundation 0x51800 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
10 CoreFoundation 0xb704 __CFRunLoopRun
11 CoreFoundation 0x1ebc8 CFRunLoopRunSpecific
12 GraphicsServices 0x1374 GSEventRunModal
13 UIKitCore 0x514648 -[UIApplication _run]
14 UIKitCore 0x295d90 UIApplicationMain
15 TCPApp 0xa44bb8 main + 39 (AppDelegate.swift:39)
16 ??? 0x104f49ce4 (Missing)
I am getting this cashed and not able to understand and not able to reproduce it at my end. any help will be appreciated.
CoreGraphics RIPLayerCreateWithData
[NSObject(NSObject) _copyDescription]
I had uploaded same build just before iOS 16 introduced it was 225 MB. After introducing iOS 16 it became 238 MB. Both builds are bitcode enable builds.
Is it any kind of apple process that is increasing the size?