Categories in static lib not loading
Categories in static lib not loading
- Subject: Categories in static lib not loading
- From: Sean Gies <email@hidden>
- Date: Fri, 18 Apr 2003 11:24:05 -0700
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.