• 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: ARC conversion issue problem with Xcode 4.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARC conversion issue problem with Xcode 4.2


  • Subject: Re: ARC conversion issue problem with Xcode 4.2
  • From: Quincey Morris <email@hidden>
  • Date: Sun, 16 Oct 2011 11:44:35 -0700

On Oct 16, 2011, at 10:13 , Sean Todd wrote:

> Still not sure why the error message stated that the type of the property did not match the type of the setter accessor though?

My guess is that the @property causes the compiler to create an implicit declaration for the accessor, which includes one of those '__attribute__(())' specs because of the property attributes, or something like that. This would mean your explicit declaration doesn't match.

Or perhaps you're just not allowed a duplicate property declaration, and the error message is a bit too approximate.

Might be a good candidate for a bug report.


_______________________________________________

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

References: 
 >ARC conversion issue problem with Xcode 4.2 (From: Sean Todd <email@hidden>)
 >Re: ARC conversion issue problem with Xcode 4.2 (From: Quincey Morris <email@hidden>)
 >Re: ARC conversion issue problem with Xcode 4.2 (From: Sean Todd <email@hidden>)

  • Prev by Date: Re: Does XCode 3.2 Documentation Browser Stink?
  • Next by Date: IBOutlet getter/setter pattern question
  • Previous by thread: Re: ARC conversion issue problem with Xcode 4.2
  • Next by thread: Use storyboard in iOS app
  • Index(es):
    • Date
    • Thread