aslanyanhaik / Quick-Chat

Real time chat app written in Swift 5 using Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App is crashing at the beginning

FarrelWahyudi opened this issue · comments

When i download it and try to fix the issues for swift 4, there is no problem with it... but when i try to compile it it crashed at the launch screen... any solution????

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle </Users/farrel_wahyudi/Library/Developer/CoreSimulator/Devices/43523E95-2270-48ED-BF8A-85314C84D913/data/Containers/Bundle/Application/78CBD25E-66B1-4897-B91E-5AA59ED0927F/ConnectMe.app> (loaded)'
*** First throw call stack:
(
0 CoreFoundation 0x00000001051631cb __exceptionPreprocess + 171
1 libobjc.A.dylib 0x0000000104ac5f41 objc_exception_throw + 48
2 UIKit 0x00000001065f6b62 +[UIStoryboard storyboardWithName:bundle:] + 672
3 UIKit 0x0000000105cee502 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 76
4 UIKit 0x0000000105cee9dd -[UIApplication _loadMainInterfaceFile] + 228
5 UIKit 0x0000000105ced112 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1413
6 UIKit 0x00000001060a8c6c __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 924
7 UIKit 0x00000001064763ef +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 153
8 UIKit 0x00000001060a8865 -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 249
9 UIKit 0x00000001060a90c3 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 668
10 UIKit 0x0000000106a06c11 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 262
11 UIKit 0x0000000106a06aca -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 444
12 UIKit 0x00000001066f4b9c __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 420
13 UIKit 0x00000001068efc3e _performActionsWithDelayForTransitionContext + 100
14 UIKit 0x00000001066f4998 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 231
15 UIKit 0x0000000106475a4c -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 392
16 UIKit 0x0000000105cebac6 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 523
17 UIKit 0x00000001062b4523 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 369
18 FrontBoardServices 0x000000010989a158 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 338
19 FrontBoardServices 0x00000001098a2c4d __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 235
20 libdispatch.dylib 0x00000001089d243c _dispatch_client_callout + 8
21 libdispatch.dylib 0x00000001089d7af4 _dispatch_block_invoke_direct + 592
22 FrontBoardServices 0x00000001098ce672 FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 24
23 FrontBoardServices 0x00000001098ce328 -[FBSSerialQueue _performNext] + 464
24 FrontBoardServices 0x00000001098ce897 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
25 CoreFoundation 0x00000001051062b1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
26 CoreFoundation 0x00000001051a5d31 __CFRunLoopDoSource0 + 81
27 CoreFoundation 0x00000001050eac19 __CFRunLoopDoSources0 + 185
28 CoreFoundation 0x00000001050ea1ff __CFRunLoopRun + 1279
29 CoreFoundation 0x00000001050e9a89 CFRunLoopRunSpecific + 409
30 GraphicsServices 0x000000010a1c19c6 GSEventRunModal + 62
31 UIKit 0x0000000105ceed30 UIApplicationMain + 159
32 ConnectMe 0x0000000102961e47 main + 55
33 libdyld.dylib 0x0000000108a4ed81 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)