• 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
What does console message "unhandled property type encoding" mean?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What does console message "unhandled property type encoding" mean?


  • Subject: What does console message "unhandled property type encoding" mean?
  • From: "Sean McBride" <email@hidden>
  • Date: Tue, 6 Apr 2010 11:04:57 -0400
  • Organization: Rogue Research Inc.

Hi all,

In 10.5.8 (but not 10.6.x) I see the following in Console.app when
running my app:

unhandled property type encoding: `{?
="minXValue"d"maxXValue"d"minYValue"d"maxYValue"d}'

I have a CALayer subclass that has a property:

typedef struct
{
	double minXValue;
	double maxXValue;
	double minYValue;
	double maxYValue;
} RRXYPlotLayerValueRange;

@property (readwrite) RRXYPlotLayerValueRange cachedValueRange;

@synthesize cachedValueRange = _cachedValueRange;

This all seems to work at runtime, what's the warning about?  It does
seem related to CALayer, is there something special about adding
@property to subclasses of CALayer?

This exact question has gone unanswered before:
<http://lists.apple.com/archives/Cocoa-dev//2008/Apr/msg00199.html>

Thanks,

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

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

  • Prev by Date: Re: Implied use of Properties
  • Next by Date: Re: Using Core Data ManagedObjectIDs to uniquely name files
  • Previous by thread: Re: Using Core Data ManagedObjectIDs to uniquely name files
  • Next by thread: How could I make the first row not to be edited or moved in UITableView
  • Index(es):
    • Date
    • Thread