Alfresco / alfresco-ios-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigating into room leads to an exception

frankbolviken opened this issue · comments

2015-09-29 13:47:13.190 AlfrescoApp[63663:3551997] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<FileFolderCollectionViewCell 0x7fe30ad86440> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key thumbnailWidthContraint.'
*** First throw call stack:
(
0 CoreFoundation 0x000000010701bf65 exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000106770deb objc_exception_throw + 48
2 CoreFoundation 0x000000010701bba9 -[NSException raise] + 9
3 Foundation 0x000000010633ef5b -[NSObject(NSKeyValueCoding) setValue:forKey:] + 288
4 UIKit 0x00000001089d3c4b -[UIView(CALayerDelegate) setValue:forKey:] + 173
5 UIKit 0x0000000108cc3923 -[UIRuntimeOutletConnection connect] + 109
6 CoreFoundation 0x0000000106f5cb10 -[NSArray makeObjectsPerformSelector:] + 224
7 UIKit 0x0000000108cc2306 -[UINib instantiateWithOwner:options:] + 1864
8 UIKit 0x000000010913c38c -[UICollectionView _dequeueReusableViewOfKind:withIdentifier:forIndexPath:viewCategory:] + 829
9 UIKit 0x000000010913cb6f -[UICollectionView dequeueReusableCellWithReuseIdentifier:forIndexPath:] + 169
10 AlfrescoApp 0x000000010528c28c -[BaseFileFolderCollectionViewController collectionView:cellForItemAtIndexPath:] + 156
11 AlfrescoApp 0x0000000105268739 -[FileFolderCollectionViewController collectionView:cellForItemAtIndexPath:] + 489
12 UIKit 0x000000010912ccf1 -[UICollectionView _createPreparedCellForItemAtIndexPath:withLayoutAttributes:applyAttributes:isFocused:] + 481
13 UIKit 0x000000010912f10c -[UICollectionView _updateVisibleCellsNow:] + 4242
14 UIKit 0x0000000109133871 -[UICollectionView layoutSubviews] + 247
15 UIKit 0x00000001089d411c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 710
16 QuartzCore 0x000000010867b36a -[CALayer layoutSublayers] + 146
17 QuartzCore 0x000000010866fbd0 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
18 QuartzCore 0x000000010866fa4e _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
19 QuartzCore 0x00000001086641d5 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
20 QuartzCore 0x00000001086919f0 _ZN2CA11Transaction6commitEv + 508
21 QuartzCore 0x0000000108692154 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
22 CoreFoundation 0x0000000106f479d7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION
+ 23
23 CoreFoundation 0x0000000106f47947 __CFRunLoopDoObservers + 391
24 CoreFoundation 0x0000000106f3d59b __CFRunLoopRun + 1147
25 CoreFoundation 0x0000000106f3ce98 CFRunLoopRunSpecific + 488
26 GraphicsServices 0x000000010ca63ad2 GSEventRunModal + 161
27 UIKit 0x0000000108923676 UIApplicationMain + 171
28 AlfrescoApp 0x0000000105180edf main + 111
29 libdyld.dylib 0x000000010a48292d start + 1
30 ???

Have you experienced this?

Scratch this. It was a merge fault by my end,