Created
October 13, 2014 17:38
-
-
Save rodericj/186bbbb3f5d545d2cd4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-13 10:38:18.808 Aether Cone[2940:237729] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil' | |
*** First throw call stack: | |
( | |
0 CoreFoundation 0x05d17df6 __exceptionPreprocess + 182 | |
1 libobjc.A.dylib 0x059a1a97 objc_exception_throw + 44 | |
2 CoreFoundation 0x05c2e76b -[__NSSetM addObject:] + 699 | |
3 Aether Cone 0x002d872e -[MRSECommManager initWithResourceId:andName:andCredential:andCapabilities:] + 2734 | |
4 Aether Cone 0x001ce720 -[CommController setupCommWithResourceId:andName:andCredential:andCapabilities:] + 368 | |
5 Aether Cone 0x0011dc55 -[ProvisioningController morseProvisioningSuccessfullyCreatedUserAccount:] + 6677 | |
6 Foundation 0x025a9929 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 40 | |
7 CoreFoundation 0x05ce2974 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20 | |
8 CoreFoundation 0x05bd061b _CFXNotificationPost + 3051 | |
9 Foundation 0x02598f26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 98 | |
10 Aether Cone 0x0026b34c -[MorseUser notifyListenersOfValidUserCredential] + 300 | |
11 Foundation 0x025fe7a7 __NSFireDelayedPerform + 423 | |
12 CoreFoundation 0x05c71eb6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 | |
13 CoreFoundation 0x05c7183d __CFRunLoopDoTimer + 1309 | |
14 CoreFoundation 0x05c30c9a __CFRunLoopRun + 2090 | |
15 CoreFoundation 0x05c301ab CFRunLoopRunSpecific + 443 | |
16 CoreFoundation 0x05c2ffdb CFRunLoopRunInMode + 123 | |
17 GraphicsServices 0x0796624f GSEventRunModal + 192 | |
18 GraphicsServices 0x0796608c GSEventRun + 104 | |
19 UIKit 0x03246e16 UIApplicationMain + 1526 | |
20 Aether Cone 0x0005b427 main + 135 | |
21 libdyld.dylib 0x061e6ac9 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