Re: Unrecognized selector in release build, not in debug build
Re: Unrecognized selector in release build, not in debug build
- Subject: Re: Unrecognized selector in release build, not in debug build
- From: Jens Alfke <email@hidden>
- Date: Tue, 09 Jul 2013 19:50:19 -0700
On Jul 9, 2013, at 7:08 PM, Charles Srstka <email@hidden> wrote:
> Have you tried putting a breakpoint on objc_exception_throw
+1. That’s vital in any project. In Xcode 4 you can easily do this by just going into the breakpoints tab and pressing the little “+” button at the bottom.
> or -[NSObject doesNotRecognizeSelector:] ?
That probably wouldn’t give any different results in this case; it would just get it an instant earlier. But it’s worth a try.
—Jens
_______________________________________________
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