Re: Problem tracking crash in iOS
Re: Problem tracking crash in iOS
- Subject: Re: Problem tracking crash in iOS
- From: Eeyore <email@hidden>
- Date: Wed, 16 Nov 2011 15:57:50 -0800
On Nov 16, 2011, at 3:45 PM, Laurent Daudelin wrote:
> Yeah, except the project uses ARC which prevents using dealloc…
Not quite. It prevents you from calling dealloc, but you can implement dealloc for a class and it will get called when the object is completely released. Note that you should not call [super dealloc] inside dealloc anymore, ARC takes care of that which is good because you aren't allowed to call dealloc yourself.
Aaron
_______________________________________________
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