• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSClassFormString returning nil.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: NSClassFormString returning nil.
      • From: Quincey Morris <email@hidden>
References: 
 >NSClassFormString returning nil. (From: Gustavo Pizano <email@hidden>)
 >Re: NSClassFormString returning nil. (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: L-shaped custom view in Cocoa?
  • Next by Date: Re: NSClassFormString returning nil.
  • Previous by thread: Re: NSClassFormString returning nil.
  • Next by thread: Re: NSClassFormString returning nil.
  • Index(es):
    • Date
    • Thread