• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: doesNotRecognizeSelector exception
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doesNotRecognizeSelector exception


  • Subject: Re: doesNotRecognizeSelector exception
  • From: Kyle Sluder <email@hidden>
  • Date: Sat, 26 Mar 2011 18:56:56 -0700

On Sat, Mar 26, 2011 at 6:39 PM, Jeffrey Walton <email@hidden> wrote:
> // FilePicker.m - try both
> BOOL responds = [delegate respondsToSelector:@selector(userSelectedFile:)];
> BOOL responds = [delegate
> respondsToSelector:@selector(userSelectedFile:fileSystemObject:suppliedContext:)];

You need to provide context for this code, and you need to post the
entire exception and stack trace. Are you sure you're even messaging a
FilePickerDelegate?

--Kyle Sluder
_______________________________________________

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

  • Follow-Ups:
    • Re: doesNotRecognizeSelector exception
      • From: Jeffrey Walton <email@hidden>
References: 
 >doesNotRecognizeSelector exception (From: Jeffrey Walton <email@hidden>)

  • Prev by Date: doesNotRecognizeSelector exception
  • Next by Date: Re: doesNotRecognizeSelector exception
  • Previous by thread: doesNotRecognizeSelector exception
  • Next by thread: Re: doesNotRecognizeSelector exception
  • Index(es):
    • Date
    • Thread