Reputation: 1783
When editing a predicate with the Core Data Model Editor in Xcode 4.2.1, how does one persist the updated predicate? Changing the value for the predicate does not seem to persist. The original predicate still applies to the fetched property.
Steps to reproduce:
Is this a bug or am I missing a key step to update a predicate on a fetched property using the Core Data Model Editor?
Upvotes: 0
Views: 475
Reputation: 1783
As far as I can tell. This is a bug or "feature". To correct the predicate on an existing fetched property using the Core Data Model Editor, delete the fetched property and re-create it with the updated predicate.
Upvotes: 1