Re: Target does not respond to this message selector
Re: Target does not respond to this message selector
- Subject: Re: Target does not respond to this message selector
- From: Jonathan del Strother <email@hidden>
- Date: Mon, 24 Aug 2009 08:11:44 +0100
On Mon, Aug 24, 2009 at 2:06 AM, Nick Zitzmann<email@hidden> wrote:
>
> On Aug 23, 2009, at 6:08 PM, Seth Willits wrote:
>
>> It *always* says someObj does not respond to the selector. This happens
>> with any object and any selector. I'm at my wits end for making this work.
>> Any ideas?
>
> Are you debugging a 64-bit executable under Leopard? This is the only
> scenario I know of where this happens all the time. If so, then you'll have
> to fall back on 32-bit in order to get this to work.
If this is the 64 bit problem, you can use objc_msgSend() to get
around it. It's really painful, but it works.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden