-
Notifications
You must be signed in to change notification settings - Fork 101
Description
First of all, congratulations for the framework!
I'm trying to work on my first project using baker and It's mandatory to organize the issues on it. So maybe the categories filter should help (even if a search field would be perfect).
The problem is that when I try to Build and Run on a device, after clicking on the categories dropdown the app returns an exception:
"Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of items in section 0. The number of items contained in an existing section after the update (2) must be equal to the number of items contained in that section before the update (2), plus or minus the number of items inserted or deleted from that section (0 inserted, 1 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out).'"
in this test I'm using two issues each one with one category. The Dropdown appears correctly but when I try to select one option occurs the exception
Have you any idea what could be wrong?
thanks again