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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com