Re: Categories in static lib not loading
Re: Categories in static lib not loading
- Subject: Re: Categories in static lib not loading
- From: Sailesh <email@hidden>
- Date: Fri, 18 Apr 2003 16:25:37 -0400
I've been having the same problem too:
http://cocoa.mamasam.com/COCOADEV/2003/04/1/60505.php
On Friday, Apr 18, 2003, at 14:24 Canada/Eastern, Sean Gies wrote:
I'm having trouble using categories defined in a static library. The
linker
appears to optimize them out.
If I define a dummy function in the same .m file as the category and
call it
from my app, the category works fine. Otherwise, I get a 'selector not
recognized' exception at runtime when I use the category.
Am I missing some special compiler or linker flag?
Thanks,
-Sean
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.