[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSUserDefaults problem
From: |
Richard Frith-Macdonald |
Subject: |
Re: NSUserDefaults problem |
Date: |
Thu, 16 May 2002 19:37:21 +0100 |
On Thursday, May 16, 2002, at 05:41 PM, Enrico Sersale wrote:
From a few days, when I launch an application, I get these warnings:
2002-05-16 19:33:16.634 GNUMail[32197] Warning - decoding archive
containing obsolete NSGCString object - please delete/replace this
archive
2002-05-16 19:33:16.643 GNUMail[32197] Warning - decoding archive
containing obsolete NSGMutableDictionary object - please delete/replace
this archive
...
Gorm, ProjectCenter and GWorkspace do the same thing.
The question: must I change something in GWorkspace or this is a bug?
It's warning you about an archive containing data in a very old format,
unused since the before release of version 1 of the base library.
The warning would be generated by any version of the base library 0.9.0
and above, and indicates that you should replace the archive with a
more up to date version since support for decoding the old format *will*
be removed.