Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created October 23, 2014 20:36
Show Gist options
  • Save rodericj/540115189f7ef786d567 to your computer and use it in GitHub Desktop.
Save rodericj/540115189f7ef786d567 to your computer and use it in GitHub Desktop.
2014-10-23 13:36:20.584 Aether Cone[7927:1211130] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x05e87946 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x05b10a97 objc_exception_throw + 44
2 CoreFoundation 0x05d9e18b -[__NSSetM addObject:] + 699
3 Aether Cone 0x0037224e -[MRSECommManager initWithResourceId:andName:andCredential:andCapabilities:] + 2734
4 Aether Cone 0x00268de0 -[CommController setupCommWithResourceId:andName:andCredential:andCapabilities:] + 368
5 Aether Cone 0x001b6ac5 -[ProvisioningController morseProvisioningSuccessfullyCreatedUserAccount:] + 6677
6 Foundation 0x02716c49 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 40
7 CoreFoundation 0x05e524a4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
8 CoreFoundation 0x05d4003b _CFXNotificationPost + 3051
9 Foundation 0x02706246 -[NSNotificationCenter postNotificationName:object:userInfo:] + 98
10 Aether Cone 0x00303c6c -[MorseUser notifyListenersOfValidUserCredential] + 300
11 Foundation 0x0276bb57 __NSFireDelayedPerform + 423
12 CoreFoundation 0x05de18d6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
13 CoreFoundation 0x05de125d __CFRunLoopDoTimer + 1309
14 CoreFoundation 0x05da06ba __CFRunLoopRun + 2090
15 CoreFoundation 0x05d9fbcb CFRunLoopRunSpecific + 443
16 CoreFoundation 0x05d9f9fb CFRunLoopRunInMode + 123
17 GraphicsServices 0x07ad524f GSEventRunModal + 192
18 GraphicsServices 0x07ad508c GSEventRun + 104
19 UIKit 0x033b78b6 UIApplicationMain + 1526
20 Aether Cone 0x000f1eb7 main + 135
21 libdyld.dylib 0x06357ac9 start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment