• 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: isTemporaryID unrecognized selector?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: isTemporaryID unrecognized selector?


  • Subject: Re: isTemporaryID unrecognized selector?
  • From: Uli Kusterer <email@hidden>
  • Date: Mon, 16 Aug 2010 20:02:53 +0200

On Aug 14, 2010, at 1:06 PM, Ferhat Ayaz wrote:
> I received an exception from my application which I can not figure out. I have a subclass of NSManagedObject, named ASManagedCategory.
> The following exception were thrown once in the application.
>
> -[ASManagedCategory isTemporaryID]: unrecognized selector sent to instance 0x294740
>
> What did this mean? Is it a bug? I'm not sure when exactly this exception were thrown. I guess it was after a fetch operation.


 There's an exception thrown on invalid selectors. Make sure you have "Stop on Objective-C exceptions" selected in the "Run" menu in Xcode, then try doing this again. The debugger should show you who is calling this and getting an exception.

 BTW -- The word "Category" has a special meaning in Objective C. I'd suggest you change that class's name to avoid confusion in the future.

Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."

_______________________________________________

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: isTemporaryID unrecognized selector? [SOLVED]
      • From: Ferhat Ayaz <email@hidden>
References: 
 >isTemporaryID unrecognized selector? (From: Ferhat Ayaz <email@hidden>)

  • Prev by Date: RE: iPhone app with searchable text that highlights
  • Next by Date: Re: isTemporaryID unrecognized selector? [SOLVED]
  • Previous by thread: Re: isTemporaryID unrecognized selector?
  • Next by thread: Re: isTemporaryID unrecognized selector? [SOLVED]
  • Index(es):
    • Date
    • Thread