On 2010 Sep 13, at 15:38, Jerry Krinock wrote: > …I found that Xcode accepted my input if I set "Source Fetch" to Default and > entered one of these as "Filter Predicate": > > ($source.beak != nil) // Bird > ($source.beak == nil) // Fish
Upon studying my situation a little further, I realized that my Birds and Fish also needed to be moved to a different managed object context. (Yup, some serious database rework.) Since Xcode's mapping model editor can't do that, I had to delete these Entity Mappings, and instead implement them in code (NSEntityMigrationPolicy) where, of course, it worked. Maybe next time. _______________________________________________ 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