Re: ARC conversion issue problem with Xcode 4.2
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