This condition works
NSPredicate *predicate = [NSPredicate predicateWithFormat:
@"ANY region.beacons.major = %d",rangedBeacon.major.intValue];
But this not
NSPredicate *predicate = [NSPredicate predicateWithFormat:
@"ANY region.beacons.minor = nil"];
beacons is a list inside region object. Major and minor have type NSNumber