Re: Problems with UIAlertView
Re: Problems with UIAlertView
- Subject: Re: Problems with UIAlertView
- From: Jens Alfke <email@hidden>
- Date: Mon, 15 Aug 2011 20:53:30 -0700
On Aug 15, 2011, at 7:45 PM, Laurent Daudelin wrote:
> I'm having a problem with a UIAlertView that was working fine under iOS 4. Now, when running under iOS 4.3.2, the application crashes when the user click on the "Go" button
Maybe your delegate object (‘self’ in your snippet) got dealloced? Have you tried turning on zombies?
> Also, I'm just starting using Xcode 4. I can't seem to be able to get a decent stacktrace in the navigation view for some reason.
> In the navigation view, I see which thread that crashed but when I click on it, it only points me to main.m where the UIApplicationMain function is called, not very useful.
There’s an easy-to-miss slider at the bottom of that view, that compresses/expands the backtrace. If you slide it all the way to the left(?) you’ll get the full backtrace. Don’t worry, you’re not the only person who missed this.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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