Hello,
My iOS build is crashing on startup, below are the stack trace of Xcode,
Unity:
Version: 2020.3.43f1.git.7716848, Revision: 2020.3/staging 75bff06b76bf, Built: Thu, 08 Dec 2022 14:02:03 GMT
Xcode: Version 14.1 (14B47b), MacOS: 13.0.1 (22A400)
=============== USRVInitializeStateConfig =============
2023-02-10 17:50:38.818696+0530 app[924:223225] -[__NSSingleEntryDictionaryI boolValue]: unrecognized selector sent to instance 0x283f5fca0
2023-02-10 17:50:38.818874+0530 app[924:223225] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSingleEntryDictionaryI boolValue]: unrecognized selector sent to instance 0x283f5fca0'
*** First throw call stack:
(0x1bf59de88 0x1b88d78d8 0x1bf71284c 0x1bf5b3fa0 0x1bf61c350 0x10a082920 0x10a0bc8e8 0x10a0bb808 0x1b99fb430 0x1b99bc7d8 0x1b99bc50c 0x1b99c1c20 0x1c6b7d114 0x1c6b6dfdc 0x1c6b7146c 0x1c6b70ad4 0x1c6b7fa6c 0x1c6b80284 0x20c5f3dbc 0x20c5f3b98)
2023-02-10 17:50:38.822674+0530 app[924:223225] Uncaught exception: NSInvalidArgumentException: -[__NSSingleEntryDictionaryI boolValue]: unrecognized selector sent to instance 0x283f5fca0
(
0 CoreFoundation 0x00000001bf59de94 5CDC5D9A-E506-3740-B64E-BB30867B4F1B + 40596
1 libobjc.A.dylib 0x00000001b88d78d8 objc_exception_throw + 60
2 CoreFoundation 0x00000001bf71284c 5CDC5D9A-E506-3740-B64E-BB30867B4F1B + 1566796
3 CoreFoundation 0x00000001bf5b3fa0 5CDC5D9A-E506-3740-B64E-BB30867B4F1B + 130976
4 CoreFoundation 0x00000001bf61c350 _CF_forwarding_prep_0 + 96
5 UnityFramework 0x000000010a082920 -[UADSConfigurationExperiments isTwoStageInitializationEnabled] + 60
6 UnityFramework 0x000000010a0bc8e8 -[USRVInitializeStateConfig execute] + 196
7 UnityFramework 0x000000010a0bb808 -[USRVInitializeState main] + 180
8 Foundation 0x00000001b99fb430 C431ACB6-FE04-3D28-B677-4DE6E1C7D81F + 504880
9 Foundation 0x00000001b99bc7d8 C431ACB6-FE04-3D28-B677-4DE6E1C7D81F + 247768
10 Foundation 0x00000001b99bc50c C431ACB6-FE04-3D28-B677-4DE6E1C7D81F + 247052
11 Foundation 0x00000001b99c1c20 C431ACB6-FE04-3D28-B677-4DE6E1C7D81F + 269344
12 libdispatch.dylib 0x00000001c6b7d114 FEA36690-A000-3C55-B700-9120B05AA69B + 78100
13 libdispatch.dylib 0x00000001c6b6dfdc FEA36690-A000-3C55-B700-9120B05AA69B + 16348
14 libdispatch.dylib 0x00000001c6b7146c FEA36690-A000-3C55-B700-9120B05AA69B + 29804
15 libdispatch.dylib 0x00000001c6b70ad4 FEA36690-A000-3C55-B700-9120B05AA69B + 27348
16 libdispatch.dylib 0x00000001c6b7fa6c FEA36690-A000-3C55-B700-9120B05AA69B + 88684
17 libdispatch.dylib 0x00000001c6b80284 FEA36690-A000-3C55-B700-9120B05AA69B + 90756
18 libsystem_pthread.dylib 0x000000020c5f3dbc _pthread_wqthread + 228
19 libsystem_pthread.dylib 0x000000020c5f3b98 start_wqthread + 8
)
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSingleEntryDictionaryI boolValue]: unrecognized selector sent to instance 0x283f5fca0'
↧