Here's a tip from Marcus Zarra (author of Core Data book):
http://stackoverflow.com/questions/2017219/core-data-error-when-deleting-row-in-tableview
"Try breaking on objc_exception_throw and see what method is throwing the exception. That should help track it down"