Skip to content

Instantly share code, notes, and snippets.

@BytesGuy
Created March 2, 2016 15:04
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/4cee0301fddc62a03f01 to your computer and use it in GitHub Desktop.
Save BytesGuy/4cee0301fddc62a03f01 to your computer and use it in GitHub Desktop.
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
Native stack trace:
0 CoreFoundation 0x0958da84 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x09dade02 objc_exception_throw + 50
2 CoreFoundation 0x0943b211 -[__NSArrayM insertObject:atIndex:] + 881
3 CoreFoundation 0x0943ae71 -[__NSArrayM addObject:] + 65
4 UIKit 0x0441abd9 -[UINavigationController _navigationItems] + 341
5 UIKit 0x044184ff -[UINavigationController initWithCoder:] + 1161
6 UIKit 0x04856de5 UINibDecoderDecodeObjectForValue + 739
7 UIKit 0x04856afa -[UINibDecoder decodeObjectForKey:] + 320
8 UIKit 0x04324159 -[UINavigationBar initWithCoder:] + 472
9 UIKit 0x04856de5 UINibDecoderDecodeObjectForValue + 739
10 UIKit 0x04856afa -[UINibDecoder decodeObjectForKey:] + 320
11 UIKit 0x043192a9 -[UINavigationItem initWithCoder:] + 899
12 UIKit 0x19a0c078 -[UINavigationItemAccessibility initWithCoder:] + 56
13 UIKit 0x04856de5 UINibDecoderDecodeObjectForValue + 739
14 UIKit 0x04856afa -[UINibDecoder decodeObjectForKey:] + 320
15 UIKit 0x043ddd4e -[UIViewController initWithCoder:] + 504
16 UIKit 0x0464c83a -[UIClassSwapper initWithCoder:] + 279
17 UIKit 0x04856de5 UINibDecoderDecodeObjectForValue + 739
18 UIKit 0x04856afa -[UINibDecoder decodeObjectForKey:] + 320
19 UIKit 0x0464c43e -[UIRuntimeConnection initWithCoder:] + 201
20 UIKit 0x0464cc8d -[UIRuntimeEventConnection initWithCoder:] + 68
21 UIKit 0x04856de5 UINibDecoderDecodeObjectForValue + 739
22 UIKit 0x04856ff6 UINibDecoderDecodeObjectForValue + 1268
23 UIKit 0x04856afa -[UINibDecoder decodeObjectForKey:] + 320
24 UIKit 0x0464b443 -[UINib instantiateWithOwner:options:] + 1411
25 UIKit 0x04a1c434 -[UIStoryboard instantiateViewControllerWithIdentifier:] + 220
26 UIKit 0x04a1c5c1 -[UIStoryboard instantiateInitialViewController] + 78
27 UIKit 0x04218b11 -[UIApplication _loadMainStoryboardFileNamed:bundle:] + 99
28 UIKit 0x04218e8e -[UIApplication _loadMainInterfaceFile] + 292
29 UIKit 0x04217138 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1572
30 UIKit 0x0423be4d __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke3208 + 68
31 UIKit 0x04213fb4 -[UIApplication workspaceDidEndTransaction:] + 163
32 FrontBoardServices 0x0b8b8ca4 __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
33 FrontBoardServices 0x0b8b877b __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
34 FrontBoardServices 0x0b8d61a3 -[FBSSerialQueue _performNext] + 184
35 FrontBoardServices 0x0b8d65da -[FBSSerialQueue _performNextFromRunLoopSource] + 52
36 FrontBoardServices 0x0b8d58d6 FBSSerialQueueRunLoopSourceHandler + 33
37 CoreFoundation 0x094a7d1f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
38 CoreFoundation 0x0949d9ab __CFRunLoopDoSources0 + 523
39 CoreFoundation 0x0949cdc8 __CFRunLoopRun + 1032
40 CoreFoundation 0x0949c706 CFRunLoopRunSpecific + 470
41 CoreFoundation 0x0949c51b CFRunLoopRunInMode + 123
42 UIKit 0x04213854 -[UIApplication _run] + 540
43 UIKit 0x042191eb UIApplicationMain + 160
44 ??? 0x18bc87f4 0x0 + 415008756
45 ??? 0x18bc85a4 0x0 + 415008164
46 ??? 0x18bc2c60 0x0 + 414985312
47 ??? 0x18bc28e4 0x0 + 414984420
48 ??? 0x18bc2adf 0x0 + 414984927
49 FakeLocation 0x0059d6ac mono_jit_runtime_invoke + 956
50 FakeLocation 0x0065f0b2 mono_runtime_invoke + 146
51 FakeLocation 0x006643d1 mono_runtime_exec_main + 401
52 FakeLocation 0x00664195 mono_runtime_run_main + 645
53 FakeLocation 0x00518765 mono_jit_exec + 213
54 FakeLocation 0x007605fb xamarin_main + 2587
55 FakeLocation 0x007faaf1 main + 113
56 libdyld.dylib 0x0a56ba21 start + 1
57 ??? 0x00000003 0x0 + 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment