ShelbyTV / Shelby-2.0-iOS

The code in this repoistory will eventually be presented to the end-user. The other repository, Shelby-GT-iOS contains all the code I've developed between April - August 2012, which will slowly be siphoned into this repository as we continue development on 2.0 and beyond.
1 stars 0 forks source link

Fix NSRangeException in - [ShelbyStreamInfoViewController visualizeSelectedCell:], line 236 #437

Open Shelby-ios opened 10 years ago

Shelby-ios commented 10 years ago

Version: 2.0 (b30) | tv.shelby.shelbytventerprise

Stacktrace

ShelbyStreamInfoViewController;visualizeSelectedCell:;ShelbyStreamInfoViewController.m;236
ShelbyStreamInfoViewController;tableView:cellForRowAtIndexPath:;ShelbyStreamInfoViewController.m;395

Reason

* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSArrayM objectAtIndex:]: index 2 beyond bounds [0 .. 0]'

Link to HockeyApp