I have the following two entities in my Core Data Model:
Manufacture {name, ...other attributes} Product {name, .... other attributes}
I have s
Take a look at this document from Apple. It does an example doing what you are trying to do with "ANY" predicate.