Skip navigation.
 
mlRe: Garbage Collection Problem
FROM : Dent John
DATE : Thu Jan 10 10:27:56 2008

Hi Jonathan,

On Jan 9, 2008, at 14:40, Jonathan Dann wrote:

> Its not the pointers you need to recieve. Its the objects!
>
> Sorry, couldn't resist te pun. I'm a noob but I heard about this 
> when Xcode's build settings aren't set properly.


Yes – I guess I have to admit to falling victim to the RFTM properly 
suggestion. Which I admit that I hadn't done recently. Even so, I do 
think that making NIB objects collectable is quite funny. After all, 
they are there in the NIB for a good reason!! Still, it is not ours to 
reason why. :-)

> They're heirarchical I think so you can set collection on in the 
> project roots 'get info' but it can then be overrided by the 
> target's 'get info' build settings.
>
> Not sure if its still the case with Xcode 3.0 but might be worth 
> setting GC on by selecting 'get info' on the target.
>
> Correct me if I'm wrong with this whole thing.


No – you're not wrong. That's exactly what I found the issue to be. 
But thanks for taking the time to suggest it.

> Jonathan Dann
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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/<email_removed>
>
> This email sent to <email_removed>


--
http://www.QQdd.eu/

Related mailsAuthorDate
mlGarbage collection problem Dent John Jan 9, 11:45
mlRe: Garbage collection problem Jonathon Mah Jan 9, 12:57
mlRe: Garbage collection problem Dent John Jan 9, 14:24
mlRe: Garbage collection problem Clark S. Cox III Jan 9, 14:54
mlRe: Garbage Collection Problem Jonathan Dann Jan 9, 15:40
mlRe: Garbage collection problem mmalc crawford Jan 9, 16:55
mlRe: Garbage Collection Problem Dent John Jan 10, 10:27
mlRe: Garbage Collection Problem Bill Bumgarner Jan 10, 17:58
mlRe: Garbage Collection Problem Clark Cox Jan 10, 22:20
mlRe: Garbage collection problem Dent John Jan 13, 11:47