iOS16 above
0 CoreFoundation
___exceptionPreprocess + 164
1 libobjc.A.dylib
_objc_exception_throw + 60
2 Foundation
-[NSMutableDictionary(NSMutableDictionary) initWithContentsOfFile:]
3 UIKitCore
___UIKIT_DID_NOT_RECEIVE_A_REMOTE_CACONTEXT_FROM_COREANIMATION_INDICATING_A_POSSIBLE_BACKBOARDD_CRASH + 484
4 UIKitCore
___UIKIT_IS_REQUESTING_A_CACONTEXT_FROM_COREANIMATION + 64
5 UIKitCore
+[_UIContextBinder createContextForBindable:withSubstrate:] + 400
6 UIKitCore
-[_UIContextBinder _contextForBindable:] + 112
7 UIKitCore
-[_UIContextBinder updateBindableOrderWithTest:force:] + 304
8 UIKitCore
-[_UIContextBinder createContextsWithTest:creationAction:] + 80
9 UIKitCore
-[UIWindowScene _prepareForResume] + 148
10 UIKitCore
-[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 756
11 UIKitCore
-[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
12 UIKitCore
-[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 336
13 FrontBoardServices
-[FBSScene updater:didUpdateSettings:withDiff:transitionContext:completion:] + 420
14 FrontBoardServices
___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke_2 + 152
15 FrontBoardServices
-[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
16 FrontBoardServices
___94-[FBSWorkspaceScenesClient _queue_updateScene:withSettings:diff:transitionContext:completion:]_block_invoke + 344
17 libdispatch.dylib
__dispatch_client_callout + 20
18 libdispatch.dylib
__dispatch_block_invoke_direct + 264
19 FrontBoardServices
___FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52
NSInternalInconsistencyException
Failed to create remote render context
Lifecycle
09-16 12:49:47.944 UIApplication WillResignActive
09-16 12:49:48.484 UIApplication DidEnterBackground
09-16 12:53:38.998 UIApplication WillEnterForeground
It seems, app becomes inactive before it 'willEnterForeground',then crash,I do not have any ideas of what happen.
Post
Replies
Boosts
Views
Activity
Xcode crash once open some project.Crash report is attached