I need to archive a NSMutableArray which is being controlled by an ArrayController. I tried this:
[NSKeyedArchiver archivedDataWithRootObject:array];
But I got this error:
*** -[NSKeyedArchiver dealloc]: warning: NSKeyedArchiver deallocated without having had -finishEncoding called on it.
How may I solve that please?