|
From: | Richard Frith-Macdonald |
Subject: | Re: NSTimeZone(class) does not recognize timeZoneWithString: |
Date: | Fri, 6 Dec 2002 11:09:16 +0000 |
On Friday, December 6, 2002, at 10:26 am, Andreas Hoeschler wrote:
Hi all, my GNUstep tool raises the following exception:<NSException: 25b798> NAME:NSInvalidArgumentException REASON:NSTimeZone(class) does not recognize timeZoneWithString:I do AFAIK not directly use NSTimeZone so it must come from somewhere within GNUstep. Is this a know bug? I looked up teh docu and only fond a method timeZoneWithName: Any ideas?
Try running under gdb and setting a breakpoint in NSExceptions raise:format: method to se what is going on ... I don't know of any GNUstep code that tries to use that non-existent method.
[Prev in Thread] | Current Thread | [Next in Thread] |