If @synthesize
renames the instance variable, you will unfortunately have to
actually rename the instance variable to the name of the property prefixed
with an underscore, otherwise it won’t work. Do best is to just delete the
@synthesize
and fix the errors.
synthesize
Edit me