I\'m trying to setup my NSFetchRequest to core data to retrieve the unique values for a specific attribute in an entity. i.e.
NSFetchRequest
an entity with the follow
Give a look at Fetching Specific Property Values, it's not necessary to use a Set to get distinct values.