UITableView crashes when adding 2 objects to an empty store, with sections (NSRangeException)
Posted
by likejy
on Stack Overflow
See other posts from Stack Overflow
or by likejy
Published on 2010-04-06T11:18:56Z
Indexed on
2010/04/06
11:23 UTC
Read the original article
Hit count: 126
UITableView crashes in endUpdate, called by the Managed Object Context "save" method, when:
1- The Core-Data Store is empty
2- The Fetched Result Controller is configured to show sections
3- Two managed objects (or more) have been added to the store
When I've searched this situation in google. I've found exactly matched error in this post. It looks like a bug.Is there a any solution to avoid this bug ?
© Stack Overflow or respective owner