Re: NSString category name collision?
Re: NSString category name collision?
- Subject: Re: NSString category name collision?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 27 Jan 2010 12:09:55 +0100
Le 27 janv. 2010 à 12:00, email@hidden a écrit :
>
> On 26 Jan 2010, at 23:22, Greg Parker wrote:
>
>> On Jan 26, 2010, at 3:19 PM, Sean McBride wrote:
>>> On 1/26/10 4:08 PM, email@hidden said:
>>>> I added a name space prefix to my method definition and the exception
>>>> departed.
>>>
>>> You can add the following env var to debug these problems btw:
>>> OBJC_PRINT_REPLACED_METHODS.
>>
>> Use OBJC_PRINT_REPLACED_METHODS=YES. Some versions of the runtime ignore any value other than YES.
>>
> Thanks. I was unaware of this.
> The current docs seem to make no mention of OBJC_PRINT_REPLACED_METHODS.
> No obvious list of other debugging env variables either.
>
Wow, there is some people here who don't know the fantastic TN2124 ;-)
http://developer.apple.com/mac/library/technotes/tn2004/tn2124.html
If you want to full list of objc debug env var, set the OBJC_HELP env var and launch an application.
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden