how to form predicate to get objects from Core Data that contain string elements from Array
问题 I need to create a predicate to get object from core data, My entity "Form" looks like that: @interface EEForm (CoreDataProperties) @property (nullable, nonatomic, retain) NSDate *date; @property (nullable, nonatomic, retain) NSString *descriptor; @property (nullable, nonatomic, retain) NSString *location; @property (nullable, nonatomic, retain) NSMutableSet<Participants *> *participants; entity "Participants" look like that: @interface Participants (CoreDataProperties) @property (nonatomic,