Re: Unrecognized Selector Exception from IBAction's?
Re: Unrecognized Selector Exception from IBAction's?
- Subject: Re: Unrecognized Selector Exception from IBAction's?
- From: Dave <email@hidden>
- Date: Thu, 03 Sep 2015 16:08:14 +0100
Hi,
> On 3 Sep 2015, at 14:00, Mike Abdullah <email@hidden> wrote:
>
> Try running with zombies turned on. Almost certainly, the object your actions are wired up to has been deallocated, and since replaced by the hash table.
That fixed it thanks - it was the View Controller I forgot to assign to a strong property. I thought I did have Zombies turned on, but that was in another project.
Thanks again and All the Best
Dave
_______________________________________________
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