Release build throw "unrecognized selector sent to instance" for a category method
Release build throw "unrecognized selector sent to instance" for a category method
- Subject: Release build throw "unrecognized selector sent to instance" for a category method
- From: Bruno Berisso <email@hidden>
- Date: Sun, 31 Jul 2011 00:58:34 -0300
Hi all.
I'm working on tow projects. One is a Mac application and the other is a static library used for the application. Both are in the same Xcode workspace.
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.
If some one has any clue I will really appreciate it.
Bruno._______________________________________________
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