On Mar 23, 2009, at 7:52 PM, Luke Evans wrote:

*** -[NSCFArray objectAtIndex:]: index (8) beyond bounds (8)
2009-03-23 16:17:46.118 App[17940:817] *** -[NSCFArray objectAtIndex:]: index (8) beyond bounds (8) 2009-03-23 16:17:46.132 App[17940:817] CoreData could not fulfill a fault for '0x1a57a90 <x-coredata://BD1062B2-D44E-478E-8FBD-B6C62B95575F/MyManagedObject/p558 >


Did you try googling the CoreData error message you pasted? One result comes from this very list's archives:

http://www.cocoabuilder.com/archive/message/cocoa/2005/5/12/135677

http://archives.devshed.com/forums/bsd-93/coredata-could-not-fulfill-a-fault-411453.html

Check your Managed Object Model. You most likely have a relationship problem. Specifically, scrutinize your deletion rules on all relationships.

--
I.S.

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to