[NSKeyedUnarchiver initForReadingWithData:]: data is NULL

I'm getting this error in the console :



[NSKeyedUnarchiver initForReadingWithData:]: data is NULL


But I'm not using NSKeyedUnarchiver anywhere in my project... I've searched for it in all my files, and zero results! Why am I suddenly getting this error?


Thanks!

Are you doing something that might be doing this? Add NSLog statements to your code to figure out where you are when you get this error.

Do you use userDefaults ?

The problem suddenly went away on it's own yesterday, no idea what caused this. Only happened on a real device, not in simulator.

[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
 
 
Q