iOS16 error decoding class UISDeviceContext for key "_UISDeviceContextKey": Unable to reify decoded class (null) for expected class NSDictionary

My app will show white screen and repeat printing some error log when run in iOS16... App is ok in iOS15, iOS14 devices..

error log : Unable to reify decoded class (null) for expected class NSDictionary Exception thrown while decoding class NSDictionary for key "DeviceContextInfo":

Unable to reify decoded class (null) for expected class NSDictionary Exception thrown while decoding class UISDeviceContext for key "_UISDeviceContextKey":

Unable to reify decoded class (null) for expected class NSDictionary Exception thrown while decoding class UISApplicationInitializationContext for key "1": Unable to reify decoded class (null) for expected class NSDictionary Exception thrown while decoding argument "1" (index 0): Unable to reify decoded class (null) for expected class NSDictionary

[XPCErrors] [C:1-1] Error decoding incoming reply message: Unable to reify decoded class (null) for expected class NSDictionary Underlying exception backtrace: ( 0 CoreFoundation 0x00000001bd211e94 5CDC5D9A-E506-3740-B64E-BB30867B4F1B + 40596, 1 libobjc.A.dylib 0x00000001b654b8d8 objc_exception_throw + 60, 2 CoreFoundation 0x00000001bd301c58 5CDC5D9A-E506-3740-B64E-BB30867B4F1B + 1023064, 3 BaseBoard 0x00000001c4937000 65BB17EF-EF6C-3130-9A85-D472F3460463 + 24576, 4 BaseBoard 0x00000001c49569b8 65BB17EF-EF6C-3130-9A85-D472F3460463 + 154040, 5 UIKitServices 0x00000001ca442528 971C9206-E02E-302B-94EE-0EA7EC46AF49 + 9512, 6 BaseBoard 0x00000001c493701c 65BB17EF-EF6C-3130-9A85-D472F3460463 + 24604, 7 BaseBoard 0x00000001c49569b8 65BB17EF-EF6C-3130-9A85-D472F3460463 + 154040, 8 UIKitServices 0x00000001ca4426f8 971C9206-E02E-302B-94EE-0EA7EC46AF49 + 9976, 9 BaseBoard 0x00000001c493701c 65BB17EF-EF6C-3130-9A85-D472F3460463 + 24604, 10 BaseBoard 0x00000001c49569b8 65BB17EF-EF6C-3130-9A85-D472F3460463 + 154040, 11 BoardServices 0x00000001d2ee4954 8B4E51DA-293C-34DD-BE43-10BF72885B1C + 84308, 12 BoardServices 0x00000001d2ee67d0 8B4E51DA-293C-34DD-BE43-10BF72885B1C + 92112, 13 BoardServices 0x00000001d2ee0ab4 BSXPCServiceConnectionExecuteCallOut + 240, 14 BoardServices 0x00000001d2ed61a8 8B4E51DA-293C-34DD-BE43-10BF72885B1C + 25000, 15 UIKitServices 0x00000001ca443104 971C9206-E02E-302B-94EE-0EA7EC46AF49 + 12548, 16 UIKitCore 0x00000001bf766e74 179501B6-0FC2-344A-B969-B4E3961EBE10 + 3808884, 17 UIKitCore 0x00000001bf85352c 179501B6-0FC2-344A-B969-B4E3961EBE10 + 4777260, 18 UIKitCore 0x00000001bf8cd03c 179501B6-0FC2-344A-B969-B4E3961EBE10 + 5275708, 19 libdispatch.dylib 0x00000001073b605c _dispatch_client_callout + 20, 20 libdispatch.dylib 0x00000001073b7bcc _dispatch_once_callout + 136, 21 UIKitCore 0x00000001bf53d47c 179501B6-0FC2-344A-B969-B4E3961EBE10 + 1541244, 22 UIKitCore 0x00000001bf79b77c 179501B6-0FC2-344A-B969-B4E3961EBE10 + 4024188, 23 libdispatch.dylib 0x00000001073b45a8 _dispatch_call_block_and_release + 32, 24 libdispatch.dylib 0x00000001073b605c _dispatch_client_callout + 20, 25 libdispatch.dylib 0x00000001073ca6ac _dispatch_root_queue_drain + 972, 26 libdispatch.dylib 0x00000001073cae74 _dispatch_worker_thread2 + 196, 27 libsystem_pthread.dylib 0x000000020a267dbc _pthread_wqthread + 228, 28 libsystem_pthread.dylib 0x000000020a267b98 start_wqthread + 8 )

iOS16 error decoding class UISDeviceContext for key "_UISDeviceContextKey": Unable to reify decoded class (null) for expected class NSDictionary
 
 
Q