Hi,
I’m hoping someone can help me figure out this crash that is causing my app to get rejected by Apple. It runs fine when I test it of course, and I’m not sure how to reproduce it.
Here is the symbolicated crash log:
0 squirrel 0x00000001019c27d4 UnityUpdateDisplayList (LibEntryPoint.mm:619)
1 squirrel 0x0000000100fe8cf0 -[DisplayManager updateDisplayListInUnity] (DisplayManager.mm:339)
2 squirrel 0x0000000100fe9094 -[DisplayManager screenDidConnect:] (DisplayManager.mm:378)
3 CoreFoundation 0x00000001822ed13c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 20 (CFNotificationCenter.c:661)
4 CoreFoundation 0x00000001822ec6dc _CFXRegistrationPost + 420 (CFNotificationCenter.c:163)
5 CoreFoundation 0x00000001822ec440 ___CFXNotificationPost_block_invoke + 60 (CFNotificationCenter.c:1060)
6 CoreFoundation 0x0000000182369e24 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1408 (CFXNotificationRegistrar.m:163)
7 CoreFoundation 0x0000000182222d60 _CFXNotificationPost + 380 (CFNotificationCenter.c:1057)
8 Foundation 0x0000000182c4f348 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68 (NSNotification.m:543)
9 UIKit 0x000000018be50a20 +[UIScreen _FBSDisplayConfigurationConnected:andNotify:] + 280 (UIScreen.m:599)
10 UIKit 0x000000018bb79060 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 292 (UIApplication.m:3094)
11 UIKit 0x000000018bf8edbc -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 364 (UIApplicationSceneClientAgent.m:41)
12 FrontBoardServices 0x0000000184a1e1f0 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 364 (FBSSceneImpl.m:460)
13 FrontBoardServices 0x0000000184a26af8 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 224 (FBSWorkspace.m:606)
14 libdispatch.dylib 0x0000000181cdaa14 _dispatch_client_callout + 16 (object.m:502)
15 libdispatch.dylib 0x0000000181ce2200 _dispatch_block_invoke_direct$VARIANT$mp + 288 (queue.c:3025)
16 FrontBoardServices 0x0000000184a527f8 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 36 (FBSSerialQueue.m:164)
17 FrontBoardServices 0x0000000184a5249c -[FBSSerialQueue _performNext] + 404 (FBSSerialQueue.m:196)
18 FrontBoardServices 0x0000000184a52a38 -[FBSSerialQueue _performNextFromRunLoopSource] + 56 (FBSSerialQueue.m:232)
19 CoreFoundation 0x000000018230377c CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 (CFRunLoop.c:1982)
20 CoreFoundation 0x00000001823036fc __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2017)
21 CoreFoundation 0x0000000182302f84 __CFRunLoopDoSources0 + 204 (CFRunLoop.c:2053)
22 CoreFoundation 0x0000000182300b5c __CFRunLoopRun + 1048 (CFRunLoop.c:2920)
23 CoreFoundation 0x0000000182220c58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
24 GraphicsServices 0x00000001840ccf84 GSEventRunModal + 100 (GSEvent.c:2245)
25 UIKit 0x000000018b9795c4 UIApplicationMain + 236 (UIApplication.m:3956)
26 squirrel 0x0000000100fdb440 main (main.mm:33)
27 libdyld.dylib 0x0000000181d4056c start + 4
Anyone have any clues? Thanks!