Re: NSLog object = nil?
Re: NSLog object = nil?
- Subject: Re: NSLog object = nil?
- From: Lee Ann Rucker <email@hidden>
- Date: Tue, 20 Aug 2013 15:16:01 -0700
On Aug 20, 2013, at 2:32 PM, Diederik Meijer | Ten Horses wrote:
> Is there any way to NSLog the destruction of the itemStore object?
Sure, but you'll save a lot more time if you use Instruments to track object lifetimes - it'll show you who does own the object and keeps you from hitting dealloc.
_______________________________________________
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