Re: (NSURLDownload)The control never reaches downloadDidFinish:
Re: (NSURLDownload)The control never reaches downloadDidFinish:
- Subject: Re: (NSURLDownload)The control never reaches downloadDidFinish:
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 28 Sep 2007 12:59:01 -0600
On Sep 28, 2007, at 12:25 PM, deepak gopal wrote:
My app gets into downloadDidFinish only if I run it in
Debug mode.
Even then it seems to be waiting for something. It
waits for about a second or two to print the logs in
downloadDidFinish when in Debug.
But if I run the app in release, it just crashes when
downloadDidFinish is called.
Yes I even have downlod:didFailWithError but its not
even reaching this.
What may be going wrong?
As someone else already suggested, try not releasing (or
autoreleasing) the object until it's finished.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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