-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Warning: Error creating LLDB target at path '/Users/devashish/Library/Developer/Xcode/DerivedData/AudioQueueServicesExample-fnguvcmgehnqvxbhivgjtvqolate/Build/Products/Debug-iphonesimulator/AudioQueueServicesExample.app'- using an empty LLDB target which can cause slow memory reads from remote devices.
2016-04-29 13:30:42.922 AudioQueueServicesExample[4551:42031] *** Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3512.60.7/UIApplication.m:3401
2016-04-29 13:30:42.936 AudioQueueServicesExample[4551:42031] *** 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 0x02b48494 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x02600e02 objc_exception_throw + 50
2 CoreFoundation 0x02b4832a +[NSException raise:format:arguments:] + 138
3 Foundation 0x01bb6322 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 118
4 UIKit 0x005bc6dd -[UIApplication _runWithMainScene:transitionContext:completion:] + 4008
5 UIKit 0x005e1b2c __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke3246 + 68
6 UIKit 0x005b8b8a -[UIApplication workspaceDidEndTransaction:] + 163
7 FrontBoardServices 0x033cd110 __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
8 FrontBoardServices 0x033ccbe7 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
9 FrontBoardServices 0x033ea27f FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK + 23
10 FrontBoardServices 0x033ea0ab -[FBSSerialQueue _performNext] + 174
11 FrontBoardServices 0x033ea4fa -[FBSSerialQueue _performNextFromRunLoopSource] + 52
12 FrontBoardServices 0x033e97e8 FBSSerialQueueRunLoopSourceHandler + 33
13 CoreFoundation 0x02a5ae5f CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 15
14 CoreFoundation 0x02a50aeb __CFRunLoopDoSources0 + 523
15 CoreFoundation 0x02a4ff08 __CFRunLoopRun + 1032
16 CoreFoundation 0x02a4f846 CFRunLoopRunSpecific + 470
17 CoreFoundation 0x02a4f65b CFRunLoopRunInMode + 123
18 UIKit 0x005b82da -[UIApplication _run] + 540
19 UIKit 0x005bdeb9 UIApplicationMain + 160
20 AudioQueueServicesExample 0x000e0ba0 main + 128
21 libdyld.dylib 0x03989a25 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)