I am trying to filter through my CoreData for a matching Name, and if it exists ignore it, or else add the new Name to Core Data. The issue I am having should be a simple one but I can't quite figure it out.
here's a link to a shot of my code
the value in my coredata is "trackName" of type String, but I keep getting the following exception:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ valueForUndefinedKey:]: this class is not key value coding-compliant for the key trackName.'
How should I proceed? Is it not clear that the Fetch Request is for a String?