Re: NSClassFormString returning nil.
Re: NSClassFormString returning nil.
- Subject: Re: NSClassFormString returning nil.
- From: Kyle Sluder <email@hidden>
- Date: Wed, 04 May 2011 10:19:38 -0700
On Wed, May 4, 2011 at 10:11 AM, Quincey Morris
<email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden