On Wed, May 4, 2011 at 10:11 AM, Quincey Morris <quinceymor...@earthlink.net> wrote: > I'd very seriously suggest you don't use a static library at all. It really > doesn't provide you with any benefits, so you may as well include the source > code directly instead.
Static ObjC libraries are still very useful on iOS, because you can't load code dynamically. It's just so much easier and faster to split our apps up into seven or eight static libraries rather than our old method of compiling all the source into one binary at the same time. Since we reuse frameworks on the desktop and on iOS, this is a much more natural solution. --Kyle Sluder _______________________________________________ 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