• 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
Property attribute in class continuation does not match class property
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Property attribute in class continuation does not match class property


  • Subject: Property attribute in class continuation does not match class property
  • From: Rick Mann <email@hidden>
  • Date: Fri, 29 Jan 2010 14:45:06 -0800

I'm getting this error in code that I'm pretty sure I've successfully written before:

warning: property 'children' attribute in 'FBPosition' class continuation does not match class 'FBPosition' property


@interface FBPosition : NSObject {
    NSArray*            mChildren;
}

@property (nonatomic, readonly) NSArray*        children;

@end

@interface FBPosition()

@property (nonatomic, retain)   NSArray*        children; <-- error here

@end

Did I do something wrong?

TIA,
--
Rick

 _______________________________________________
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

  • Follow-Ups:
    • Re: Property attribute in class continuation does not match class property
      • From: Quincey Morris <email@hidden>
  • Prev by Date: Xcode won't help debug anymore
  • Next by Date: Re: Xcode won't help debug anymore
  • Previous by thread: Re: per-file build settings
  • Next by thread: Re: Property attribute in class continuation does not match class property
  • Index(es):
    • Date
    • Thread