Re: Release build throw "unrecognized selector sent to instance" for a category method
Re: Release build throw "unrecognized selector sent to instance" for a category method
- Subject: Re: Release build throw "unrecognized selector sent to instance" for a category method
- From: Fritz Anderson <email@hidden>
- Date: Sun, 31 Jul 2011 05:26:26 -0500
On 30 Jul 2011, at 10:58 PM, Bruno Berisso wrote:
> In the library project I use several categories, one of them add some methods to NSDate to move a date around (ej: 'moveDateToNextMonth'). For some reason when set the build configuration to Release the calls '[date moveDateToNextMonth]' in my library project I get the "unrecognized selector sent to instance" error.
When the log says moveDateToNextMonth is sent to an instance of something, to what class does it report the message is sent? Along the same lines, have you tried enabling zombies?
— F
_______________________________________________
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