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?
"'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?