xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
224 stars 104 forks source link

Remove obsolete files from bundle and redo bundle #1100

Closed wutschel closed 3 months ago

wutschel commented 4 months ago

Description

ApStore reports crashes which point to problems loading xibs from bundle, e.g.

Last Exception Backtrace:
0   CoreFoundation                  0x199410f20 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib                 0x1912a6018 objc_exception_throw + 60 (objc-exception.mm:356)
2   CoreFoundation                  0x19950f6dc +[NSException raise:format:] + 112 (NSException.m:0)
3   UIKitCore                       0x19baaf994 -[UINib instantiateWithOwner:options:] + 344 (UINib.m:403)
4   UIKitCore                       0x19baced6c -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 116 (UINibLoading.m:24)
5   Kodi Remote                     0x1008219f8 -[RightMenuViewController tableView:cellForRowAtIndexPath:] + 100 (RightMenuViewController.m:88)
6   UIKitCore                       0x19b8670b4 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 1348 (UITableView.m:16709)

I took this as trigger to clean up and redo the whole bundle.

Summary for release notes

Maintenance: Redo app bundle

kambala-decapitator commented 3 months ago

not sure it'd help though