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: "Gary L. Wade" <email@hidden>
- Date: Wed, 10 Jul 2013 12:53:25 -0700
- Thread-topic: Unrecognized selector in release build, not in debug build
Is it possible you've got an array controller (or other related object)
that got over-released and a pointer for it is now pointing at something
else? Or maybe you were converting from a pre-NSObjectController code base
(using a subclass of NSObject like in the "old" days) to
NSObjectController or its related subclasses and something didn't get
converted over or compiled right for your release build?
--
Gary L. Wade
http://www.garywade.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