NSKeyedUnarchiveFromData error when doing a Core Data Save

I get this error:
"'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release"

when I do a save on a number of core data objects I created from a .plist. (If that matters.) Very strange. I'm not using NSKeyedUnarchiveFromData anywhere in my code.

How do track down and fix this error?


Isn't that a warning, not an error?

Does your data model have any Transformable properties?
NSKeyedUnarchiveFromData error when doing a Core Data Save
 
 
Q