Re: copyWithZone error
Re: copyWithZone error
- Subject: Re: copyWithZone error
- From: j o a r <email@hidden>
- Date: Sat, 27 Sep 2003 00:13:43 +0200
To me this looks suspiciously like the problem we had with nib files
stored in the new "10.2 and later" nib file format prior to 10.2.6. If
you have any nib files last saved before 10.2.6, make sure that you
open and re-save them on 10.2.6 or later. You should probably also make
sure that your customer is using 10.2.6 or later.
j o a r
On 2003-09-26, at 23.39, Lorenzo wrote:
in some computer when someone launches my Cocoa app, he gets
------------------
2003-09-25 17:18:06.166 myApp[611] *** -[SUBTextField copyWithZone:]:
selector not recognized
2003-09-25 17:18:06.171 myApp[611] An uncaught exception was raised
2003-09-25 17:18:06.172 myApp[611] *** -[SUBTextField copyWithZone:]:
selector not recognized
2003-09-25 17:18:06.172 myApp[611] *** Uncaught exception:
<NSInvalidArgumentException> *** -[SUBTextField copyWithZone:]:
selector not
recognized
------------------
and the application quits immediately. It won't launch.
SUBTextField is a subclass of NSTextField. And I didn't override the
copyWithZone method. Should I override it?
Only some computer gets this trouble, so I cannot understand the
origin of
the problem. The problems occurs on 10.2.6 and 10.2.8 (ok, forget
10.2.8,
but the 10.2.6?). On my and other 10.2.6 it works properly.
Any idea please?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.