Re: NSApplication subclass crashes on 10.3 with Xcode 3
Re: NSApplication subclass crashes on 10.3 with Xcode 3
- Subject: Re: NSApplication subclass crashes on 10.3 with Xcode 3
- From: Jamie Hardt <email@hidden>
- Date: Wed, 17 Sep 2008 11:05:04 -0700
You wont, since the garbage collector will be doing the work of the
autorelease pool, and the log will just show references to a
deallocated object as a bad access. Try running it in 10.3 with
zombies enabled to get a warning that might be more useful.
On Sep 17, 2008, at 10:06 AM, Kevin Wojniak wrote:
Well it works fine on 10.5 without any autorelease warnings, and
nothing shows up in 10.3's Console either, so I don't think that's
the issue.
_______________________________________________
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