NSFecthResultsController

Ciao a tutti… Ho un grosso problema con il CoreDataFramework… In particolare ho fatto un’applicazione che in pratica si occupa di aggiornare due tabelle differenti… Non capisco perche ma la seconda tabella (non so se abbia senso ma quella che viene chiamata per seconda con una fetch diversa dalla prima) mi da problemi in update… Qualcuno ha piu’ esperienza di me in questo argomento?

Questo e’ il dettaglio dell’errore che mi viene notificato…

#0 0x94f6368c in objc_msgSend
#1 0x00840a8f in -[NSFetchedResultsController(PrivateMethods) _preprocessUpdatedObjects:insertsInfo:deletesInfo:updatesInfo:sectionsWithDeletes:newSectionNames:treatAsRefreshes:]
#2 0x0084363b in -[NSFetchedResultsController(PrivateMethods) _managedObjectContextDidChange:]
#3 0x0028963a in _nsnote_callback
#4 0x00a40005 in _CFXNotificationPostNotification
#5 0x00286ef0 in -[NSNotificationCenter postNotificationName:object:userInfo:]
#6 0x007a417d in -[NSManagedObjectContext(_NSInternalNotificationHandling) _postObjectsDidChangeNotificationWithUserInfo:]
#7 0x00803763 in -[NSManagedObjectContext(_NSInternalChangeProcessing) _createAndPostChangeNotification:withDeletions:withUpdates:withRefreshes:]
#8 0x007885ea in -[NSManagedObjectContext(_NSInternalChangeProcessing) _processRecentChanges:]
#9 0x007c5b3a in -[NSManagedObjectContext processPendingChanges]
#10 0x007b6957 in _performRunLoopAction
#11 0x00a4d252 in __CFRunLoopDoObservers
#12 0x00a4c65f in CFRunLoopRunSpecific
#13 0x00a4bc48 in CFRunLoopRunInMode
#14 0x000be78d in GSEventRunModal
#15 0x000be852 in GSEventRun
#16 0x0168a003 in UIApplicationMain
#17 0x00002626 in main at main.m:14