Hi
I'm updating a couple of old apps to Xcode 8.3 and I'm getting this error
Thread 1:signal SIGABRT
Any help would be greatly appreciated.
Thanks
Greg
This is the error code I'm getting
2017-04-04 19:46:52.078302-0500 ChildrenWorkbook[5715:554101] [aqme] 254: AQDefaultDevice (1): skipping input stream 0 0 0x0
2017-04-04 19:46:52.207 ChildrenWorkbook[5715:552828] *** Assertion failure in -[UIApplication _runWithMainScene:transitionContext:completion:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.7.47/UIApplication.m:3677
2017-04-04 19:46:52.226 ChildrenWorkbook[5715:552828] *** 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 0x000000010a932b0b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000010a39e141 objc_exception_throw + 48
2 CoreFoundation 0x000000010a936cf2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00000001075f33b6 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 193
4 UIKit 0x0000000107a7abe6 -[UIApplication _runWithMainScene:transitionContext:completion:] + 3343
5 UIKit 0x0000000107a77793 -[UIApplication workspaceDidEndTransaction:] + 182
6 FrontBoardServices 0x000000010c5bb5f6 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 24
7 FrontBoardServices 0x000000010c5bb46d -[FBSSerialQueue _performNext] + 186
8 FrontBoardServices 0x000000010c5bb7f6 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
9 CoreFoundation 0x000000010a8d8c01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
10 CoreFoundation 0x000000010a8be0cf __CFRunLoopDoSources0 + 527
11 CoreFoundation 0x000000010a8bd5ff __CFRunLoopRun + 911
12 CoreFoundation 0x000000010a8bd016 CFRunLoopRunSpecific + 406
13 UIKit 0x0000000107a7602f -[UIApplication _run] + 468
14 UIKit 0x0000000107a7c0d4 UIApplicationMain + 159
15 ChildrenWorkbook 0x0000000107459e41 main + 97
16 libdyld.dylib 0x000000010be4b65d start + 1
17 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)