I would like to be able to search the relationship of an entity using an IN clause. I have the following setup:
You should use the relationship name in your NSPredicate. Try this:
NSPredicate
let predicate = NSPredicate(format: "ANY personToNick.nickName in %@", nameArray)