Re: Error with most basic method (unexplainable reason)
Re: Error with most basic method (unexplainable reason)
- Subject: Re: Error with most basic method (unexplainable reason)
- From: email@hidden
- Date: Tue, 23 Jul 2002 21:27:39 -0400
It turns out that when I moved the method that contains the offensive
statement:
dictionary = [NSDictionary dictionary]; //dictionary is an instance
variable of type //NSDictionary*
from the class category that it was in to the class definition (and
accordingly with the interface definitions), the problem disappeared.
Why would this be the case?
_______________________________________________
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.