Skip to content

Instantly share code, notes, and snippets.

@BytesGuy
Created March 2, 2016 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BytesGuy/019ae9b5cc062fcf71e1 to your computer and use it in GitHub Desktop.
Save BytesGuy/019ae9b5cc062fcf71e1 to your computer and use it in GitHub Desktop.
2016-03-02 21:42:17.293 flobjc[57068:4630889] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x000000010357ff45 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000102ff9deb objc_exception_throw + 48
2 CoreFoundation 0x0000000103446ea5 -[__NSArrayM insertObject:atIndex:] + 901
3 UIKit 0x0000000103af0e76 -[UINavigationController _navigationItems] + 275
4 UIKit 0x0000000103aeecf7 -[UINavigationController initWithCoder:] + 1067
5 UIKit 0x0000000103eb573a UINibDecoderDecodeObjectForValue + 705
6 UIKit 0x0000000103eb5470 -[UINibDecoder decodeObjectForKey:] + 278
7 UIKit 0x0000000103a153f9 -[UINavigationBar initWithCoder:] + 378
8 UIKit 0x0000000103eb573a UINibDecoderDecodeObjectForValue + 705
9 UIKit 0x0000000103eb5470 -[UINibDecoder decodeObjectForKey:] + 278
10 UIKit 0x0000000103a0bd74 -[UINavigationItem initWithCoder:] + 793
11 UIKit 0x0000000103eb573a UINibDecoderDecodeObjectForValue + 705
12 UIKit 0x0000000103eb5470 -[UINibDecoder decodeObjectForKey:] + 278
13 UIKit 0x0000000103ab9f99 -[UIViewController initWithCoder:] + 429
14 UIKit 0x0000000103ce430b -[UIClassSwapper initWithCoder:] + 241
15 UIKit 0x0000000103eb573a UINibDecoderDecodeObjectForValue + 705
16 UIKit 0x0000000103eb5470 -[UINibDecoder decodeObjectForKey:] + 278
17 UIKit 0x0000000103ce3fe1 -[UIRuntimeConnection initWithCoder:] + 180
18 UIKit 0x0000000103ce4715 -[UIRuntimeEventConnection initWithCoder:] + 60
19 UIKit 0x0000000103eb573a UINibDecoderDecodeObjectForValue + 705
20 UIKit 0x0000000103eb58fb UINibDecoderDecodeObjectForValue + 1154
21 UIKit 0x0000000103eb5470 -[UINibDecoder decodeObjectForKey:] + 278
22 UIKit 0x0000000103ce31f3 -[UINib instantiateWithOwner:options:] + 1255
23 UIKit 0x0000000104046730 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 181
24 UIKit 0x0000000104046883 -[UIStoryboard instantiateInitialViewController] + 69
25 UIKit 0x000000010392bca3 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 94
26 UIKit 0x000000010392bfd3 -[UIApplication _loadMainInterfaceFile] + 260
27 UIKit 0x000000010392a851 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1380
28 UIKit 0x0000000103927ba3 -[UIApplication workspaceDidEndTransaction:] + 188
29 FrontBoardServices 0x00000001062da784 -[FBSSerialQueue _performNext] + 192
30 FrontBoardServices 0x00000001062daaf2 -[FBSSerialQueue _performNextFromRunLoopSource] + 45
31 CoreFoundation 0x00000001034ac011 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
32 CoreFoundation 0x00000001034a1f3c __CFRunLoopDoSources0 + 556
33 CoreFoundation 0x00000001034a13f3 __CFRunLoopRun + 867
34 CoreFoundation 0x00000001034a0e08 CFRunLoopRunSpecific + 488
35 UIKit 0x00000001039274f5 -[UIApplication _run] + 402
36 UIKit 0x000000010392c30d UIApplicationMain + 171
37 flobjc 0x0000000102af5c8f main + 111
38 libdyld.dylib 0x0000000105ca392d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment