Skip to content

Instantly share code, notes, and snippets.

View rodericj's full-sized avatar
🐔
chicken

Roderic Campbell rodericj

🐔
chicken
View GitHub Profile
{
"id": "v4bf960cb4a67c928f2b826cf",
"user": {
"id": "45666",
"firstName": "M. Robert",
"lastName": "Spryn",
"gender": "male",
"relationship": "friend",
"photo": {
"prefix": "https://irs0.4sqi.net/img/user/",
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
2014-10-10 17:49:25.188 Aether Cone[14310:267024] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x05cd7df6 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x05961a97 objc_exception_throw + 44
2 CoreFoundation 0x05bee76b -[__NSSetM addObject:] + 699
3 Aether Cone 0x0029872e -[MRSECommManager initWithResourceId:andName:andCredential:andCapabilities:] + 2734
4 Aether Cone 0x0018e720 -[CommController setupCommWithResourceId:andName:andCredential:andCapabilities:] + 368
5 Aether Cone 0x000ddc55 -[ProvisioningController morseProvisioningSuccessfullyCreatedUserAccount:] + 6677
6 Foundation 0x02569929 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 40
UIDevice* thisDevice = [UIDevice currentDevice];
if(thisDevice.userInterfaceIdiom == UIUserInterfaceIdiomPad) {
self.imageHeightConstraint.constant = 270;
self.imageWidthConstraint.constant = 250;
}
2014-09-16 14:01:21.765 Aether Cone[13022:568409] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary setObject:forKey:]: attempt to insert nil key'
*** First throw call stack:
(
0 CoreFoundation 0x05e65df6 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x05aefa97 objc_exception_throw + 44
2 CoreFoundation 0x05e65d1d +[NSException raise:format:] + 141
3 CoreFoundation 0x05d8ab3c -[__NSCFDictionary setObject:forKey:] + 188
4 CoreFoundation 0x05dd57f0 -[NSMutableDictionary setObject:forKeyedSubscript:] + 48
5 Aether Cone 0x0011020c __43-[EGOCache setCacheTimeoutInterval:forKey:]_block_invoke + 132
6 libdispatch.dylib 0x06308e1f _dispatch_client_callout + 14
This file has been truncated, but you can view the full file.
{
collab = (
);
favorites = (
);
owned = (
{
baseIcon = "album/a/4/1/000000000022614a/1/square-200.jpg";
embedUrl = "https://rd.io/e/QEmuLz0ACQ/";
icon = "http://m.rdio.com/_is/?aid=92652-0,232611-0,309636-1,1371451-2,315428-0,1587060-3,1548926-2,187735-0,195545-1&w=200&h=200";
2014-09-04 10:26:16.378 Aether Cone[6544:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[2]'
*** First throw call stack:
(
0 CoreFoundation 0x057d21e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x055518e5 objc_exception_throw + 44
2 CoreFoundation 0x05786206 -[__NSPlaceholderArray initWithObjects:count:] + 390
3 CoreFoundation 0x05798c02 +[NSArray arrayWithObjects:count:] + 66
4 Aether Cone 0x002d9686 __36+[TrackList rdioPlaylistsWithBlock:]_block_invoke + 342
5 Aether Cone 0x0044f3e8 __63-[MorseRdioAPIClient callAPIMethod:parameters:success:failure:]_block_invoke + 264
6 Aether Cone 0x00006c72 __56-[AFHTTPSessionManager POST:parameters:success:failure:]_block_invoke + 94
#pragma mark State function
/**
* Called when the main layer view is switching between the center / left / right VC
*/
- (void)mainLayerView:(id)layerView didShowAutomatically:(BOOL)automated toState:(MainLayerState)mainLayerState
{
if (mainLayerState==MainLayerStateDefault)
{
[self.rootViewController viewWillAppear:YES];
- (void)loadFirstRunViewController
{
self.firstRunViewController = [[FirstRunViewController alloc] init];
[self addChildViewController:self.firstRunViewController];
[self.firstRunViewController viewWillAppear:NO];
self.firstRunViewController.view.frame = self.view.bounds;
[self.view addSubview:self.firstRunViewController.view];
[self.firstRunViewController viewDidAppear:NO];
}
UIWindow:0x7bb3e150
| UIView:0x7f023580
| | MainLayerView:0x7bc4bb50
| | | FadingView:0x7bc6a580
| | | | UIView:0x7bc61240
| | | | | UIImageView:0x7bc61110
| | | | | UIImageView:0x7bc5d310
| | | | | UIView:0x7bc5d390
| | | | UIView:0x7bc6aba0
| | | SideView:0x7b85ca70