This repository was archived by the owner on Dec 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Demo Project Not Working #14
Copy link
Copy link
Closed
Labels
Description
The demo app included in the project crashes at launch. I guess it's something related to the Storyboard. Here's the crash log:
*** First throw call stack:
(
0 CoreFoundation 0x0180a1e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x015898e5 objc_exception_throw + 44
2 UIKit 0x007ad400 -[UIStoryboard name] + 0
3 UIKit 0x00249692 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 53
4 UIKit 0x00249949 -[UIApplication _loadMainInterfaceFile] + 245
5 UIKit 0x0024854e -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 543
6 UIKit 0x0025cf92 -[UIApplication handleEvent:withNewEvent:] + 3517
7 UIKit 0x0025d555 -[UIApplication sendEvent:] + 85
8 UIKit 0x0024a250 _UIApplicationHandleEvent + 683
9 GraphicsServices 0x037fff02 _PurpleEventCallback + 776
10 GraphicsServices 0x037ffa0d PurpleEventCallback + 46
11 CoreFoundation 0x01785ca5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
12 CoreFoundation 0x017859db __CFRunLoopDoSource1 + 523
13 CoreFoundation 0x017b068c __CFRunLoopRun + 2156
14 CoreFoundation 0x017af9d3 CFRunLoopRunSpecific + 467
15 CoreFoundation 0x017af7eb CFRunLoopRunInMode + 123
16 UIKit 0x00247d9c -[UIApplication _run] + 840
17 UIKit 0x00249f9b UIApplicationMain + 1225
18 SimpleLineChart 0x000115dd main + 141
19 libdyld.dylib 0x01e51701 start + 1
20 ??? 0x00000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException