• 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
filteredArrayUsingPredicate - need help with run time error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

filteredArrayUsingPredicate - need help with run time error


  • Subject: filteredArrayUsingPredicate - need help with run time error
  • From: Yevgeniy Goldberg <email@hidden>
  • Date: Thu, 22 Mar 2007 23:14:44 -0500

Hello,

I'm trying to use a predicate ti filer contents of an NSArrayController.
The code is:

NSPredicate *predicate = [NSPredicate predicateWithFormat:@"%K = %@ AND %K = %@", attName, soundString, phonemeParamName,partOfPhoneme];

NSArray *matchingSoundObjects;
matchingSoundObjects = [soundArrayController filteredArrayUsingPredicate:predicate];


All the variables do have correct values. When running, I get the following error:


*** NSRunLoop ignoring exception '*** -[NSArrayController filteredArrayUsingPredicate:]: selector not recognized [self = 0x3c65b0]' that raised during posting of delayed perform with target 30bee0 and selector 'invokeWithTarget:'


Is there something obvious I need to look for?

-Eugene
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: filteredArrayUsingPredicate - need help with run time error
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: programatically resizing a sheet, visually from the bottom up
  • Next by Date: Re: filteredArrayUsingPredicate - need help with run time error
  • Previous by thread: Re: Twain, Image Capture, Intel, PPC
  • Next by thread: Re: filteredArrayUsingPredicate - need help with run time error
  • Index(es):
    • Date
    • Thread