Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

App crashes on iOS 9 #10

Open
alexsorokoletov opened this issue Oct 21, 2015 · 3 comments
Open

App crashes on iOS 9 #10

alexsorokoletov opened this issue Oct 21, 2015 · 3 comments

Comments

@alexsorokoletov
Copy link

2015-10-21 02:35:04.691 sampleapp[23675:4053762] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'
*** First throw call stack:
(
0 CoreFoundation 0x01442a94 exceptionPreprocess + 180
1 libobjc.A.dylib 0x03b1ee02 objc_exception_throw + 50
2 CoreFoundation 0x0144292a +[NSException raise:format:arguments:] + 138
3 Foundation 0x01c763e6 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 118
4 UIKit 0x02360568 -[UIApplication _runWithMainScene:transitionContext:completion:] + 3674
5 UIKit 0x02383905 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke3171 + 68
6 UIKit 0x0235cbae -[UIApplication workspaceDidEndTransaction:] + 163
7 FrontBoardServices 0x056beccc __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
8 FrontBoardServices 0x056be7a3 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
9 FrontBoardServices 0x056dc1cb -[FBSSerialQueue _performNext] + 184
10 FrontBoardServices 0x056dc602 -[FBSSerialQueue _performNextFromRunLoopSource] + 52
11 FrontBoardServices 0x056db8fe FBSSerialQueueRunLoopSourceHandler + 33
12 CoreFoundation 0x0135ce7f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION
+ 15
13 CoreFoundation 0x01352b0b __CFRunLoopDoSources0 + 523
14 CoreFoundation 0x01351f28 __CFRunLoopRun + 1032
15 CoreFoundation 0x01351866 CFRunLoopRunSpecific + 470
16 CoreFoundation 0x0135167b CFRunLoopRunInMode + 123
17 UIKit 0x0235c497 -[UIApplication _run] + 540
18 UIKit 0x02361cc1 UIApplicationMain + 160
19 hsssgame.poc 0x000cd0aa main + 138
20 libdyld.dylib 0x0403aa21 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException

@RolandasRazma
Copy link
Owner

Hi, could you attach sample project

@alexsorokoletov
Copy link
Author

Empty iOS app, plug the component like you suggest and run it on iOS 9.

@fatuhoku
Copy link

I can verify that the fix works — but is there a better way?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants