I\'m using xCode6 Beta 3, and am running into an issue where a code which previously compiled fine (xCode 5.1.1 or xCode6 beta 2) suddenly started to give me \"Use o
If you have an explicit getter, automatic property synthesized will be ignored.
Then you have to use @synthesize property = _property
@synthesize property = _property