Re: How do I configure an Xcode project to use or not-use garbage collection?
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