Re: Problem tracking crash in iOS
Re: Problem tracking crash in iOS
- Subject: Re: Problem tracking crash in iOS
- From: David Duncan <email@hidden>
- Date: Wed, 16 Nov 2011 15:58:31 -0800
On Nov 16, 2011, at 3:45 PM, Laurent Daudelin wrote: Yeah, except the project uses ARC which prevents using dealloc…
ARC doesn't prevent the use of -dealloc. It precludes the need to call [super dealloc] and the need to release ownership.
|
_______________________________________________
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