Constructing from Rad Studio by way of PAserver. App crashes on Launch. Splash display flashes then closes. I am new to iOS dev. Right here is crash data:
`Exception Sort: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Motive: SIGNAL 6 Abort entice: 6
Terminating Course of: appname [1079]
Triggered by Thread: 0
Software Particular Info:
abort() known as
Final Exception Backtrace:
0 CoreFoundation 0x19460908c __exceptionPreprocess + 164
1 libobjc.A.dylib 0x19190b2e4 objc_exception_throw + 88
2 Basis 0x1939da2fc -[`NSMutableDictionary`(NSMutableDictionary) initWithContentsOfFile:] + 0
3 UIKitCore 0x19784c51c UIViewControllerMissingInitialTraitCollection + 188
4 UIKitCore 0x196da7e60 -[UIViewController loadViewIfRequired] + 296
5 UIKitCore 0x196da7d18 -[UIViewController view] + 24
6 UIKitCore 0x196ed250c -[UIWindow addRootViewControllerViewIfPossible] + 136
7 UIKitCore 0x196eb116c -[UIWindow _updateLayerOrderingAndSetLayerHidden:actionBlock:] + 172
8 UIKitCore 0x196eb0cc0 -[UIWindow _setHidden:forced:] + 256
9 UIKitCore 0x196e54b20 -[UIWindow _mainQueue_makeKeyAndVisible] + 40
10 appname 0x1050f9870 0x10445c000 + 13228144
11 appname 0x10489ad7c 0x10445c000 + 4451708
12 UIKitCore 0x1971e4f30 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 320
13 UIKitCore 0x1971e2448 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 3016
14 UIKitCore 0x1970bbcc4 -[UIApplication _runWithMainScene:transitionContext:completion:] + 960
15 UIKitCore 0x197070e94 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 132
16 UIKitCore 0x196f72744 _UIScenePerformActionsWithLifecycleActionMask + 112
17 UIKitCore 0x19712ef88 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 220
18 UIKitCore 0x19712ec98 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 216
19 UIKitCore 0x196edb08c -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 608
20 UIKitCore 0x196ea97a0 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 248
21 UIKitCore 0x196ea90c8 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
22 UIKitCore 0x196ea8a48 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
23 UIKitCore 0x196ea8080 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
24 UIKitCore 0x196f73cbc -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
25 UIKitCore 0x196f724f4 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.226 + 612
26 UIKitCore 0x196f71e44 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 208
27 UIKitCore 0x1970316ac -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
28 UIKitCore 0x19702e0d4 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 456
29 UIKitCore 0x19702dd28 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288
30 FrontBoardServices 0x1adadda20 __95-[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]_block_invoke + 288
31 FrontBoardServices 0x1adadde10 -[FBSScene _callOutQueue_coalesceClientSettingsUpdates:] + 68
32 FrontBoardServices 0x1adadd884 -[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:] + 436
33 FrontBoardServices 0x1adafc280 __93-[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]_block_invoke.197 + 276
34 FrontBoardServices 0x1adabbcfc -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 168
35 FrontBoardServices 0x1adafa89c -[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:] + 468
36 libdispatch.dylib 0x19c2820d0 _dispatch_client_callout + 20
37 libdispatch.dylib 0x19c285b14 _dispatch_block_invoke_direct + 284
38 FrontBoardServices 0x1adabd3b8 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 52
39 FrontBoardServices 0x1adabd338 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 240
40 FrontBoardServices 0x1adabd210 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 28
41 CoreFoundation 0x1945dc088 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
42 CoreFoundation 0x1945dc01c __CFRunLoopDoSource0 + 176
43 CoreFoundation 0x1945d9b08 __CFRunLoopDoSources0 + 244
44 CoreFoundation 0x1945d8d04 __CFRunLoopRun + 840
45 CoreFoundation 0x1945d85b8 CFRunLoopRunSpecific + 572
46 GraphicsServices 0x1e006e1c4 GSEventRunModal + 164
47 UIKitCore 0x19712e5f0 -[UIApplication _run] + 816
48 UIKitCore 0x1971dd10c UIApplicationMain + 340
49 appname 0x10488d288 0x10445c000 + 4395656
50 appname 0x10490cf90 0x10445c000 + 4919184
51 appname 0x1050f9644 0x10445c000 + 13227588
52 dyld 0x1b9dabd34 begin + 2724`
I’ve checked file paths, plist and entitlement. Additionally remade provisioning profile. Debug messages in preliminary creation of app (information module and most important type creation) aren’t even reached.Examined on system and simulator. On iOS 17.5 and 18.