Re: Panther Console Warning
Re: Panther Console Warning
- Subject: Re: Panther Console Warning
- From: Greg Titus <email@hidden>
- Date: Tue, 1 Jul 2003 14:39:19 -0700
On Tuesday, July 1, 2003, at 02:10 PM, Jonathan Wight wrote:
Hi,
Just tested my app on 10.3 DP1 and upon launch I found it generated
this
very worrying message in my console:
+[Object allocWithZone:] warning: Object compatibility method has been
executed at least once. Convert source code off it NOW!
Any idea where its coming from? I don't believe I'm manually calling or
overriding allocWithZone anywhere...
Hi Jon,
It's not the method name (allocWithZone) that the message is
complaining about, it is that someone is allocating an Object (as
opposed to an NSObject). Do you have any classes that still subclass
from the old NeXT Object class?
Hope this helps,
- Greg
_______________________________________________
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.