• 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: How do I configure an Xcode project to use or not-use garbage collection?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I configure an Xcode project to use or not-use garbage collection?


  • Subject: Re: How do I configure an Xcode project to use or not-use garbage collection?
  • From: "Christopher Roach" <email@hidden>
  • Date: Tue, 11 Nov 2008 10:40:45 -0800

To add just a couple more items to the thread. Since you mentioned
that you wanted to add garbage collection support to an Xcode project
rather than a particular target, I thought I would point out that you
can also setup GC for the entire project (vs the targeted product) by
double clicking on the actual project in the Groups and Files division
of Xcode and then following David's instructions from there. Also, if
you are creating a Framework or Plug-in and need to choose 'Supported'
for the GC option, you'll need to keep in mind that all of the code in
your Framework/Plug-in must support a dual-mode memory management. You
can see a list of things that will need to be done in your code for
this scenario in the IB Plug-in Guide under the Plug-ins and Garbage
Collection section.

Plug-ins and Garbage Collection link:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/IBPlugInGuide/CreatingPluginBundle/chapter_2_section_9.html#//apple_ref/doc/uid/TP40004323-CH4-DontLinkElementID_24.

On Sat, Nov 8, 2008 at 1:08 PM, Michael A. Crawford
<email@hidden> wrote:
>
> -Michael
> ----------------------
> The difference between genius and stupidity...
> ...is that genius has its limits."
>
> -- Albert Einstein
>
>
>
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>



--
Christopher Roach
http://christopherroach.com
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >How do I configure an Xcode project to use or not-use garbage collection? (From: "Michael A. Crawford" <email@hidden>)

  • Prev by Date: Re: Interface Builder plug-in 'chicken and egg' problem
  • Next by Date: Re: Compiling of XIBS Fails, Missing Plugin
  • Previous by thread: Re: How do I configure an Xcode project to use or not-use garbage collection?
  • Next by thread: Linking with a very specific library version
  • Index(es):
    • Date
    • Thread