Recently we have the same problem in a new project that use a open source 
library. The author of the library suggest the use of tow linker flags: '-ObjC' 
and '-all_load', and guest what?! This is exactly what I need 
(http://developer.apple.com/library/mac/#qa/qa1490/_index.html)

Thanks for your answers.
Regards.


On Jul 31, 2011, at 7:26 AM, Fritz Anderson wrote:

> 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

Reply via email to