error : property’s synthesized getter follows Cocoa naming convention for returning ‘owned’ objects ~
Cause : You use word which start from “new”. This word is forbidden name of property.
How to fix:
Change the name of property which you use word which start from “new”.
We hope this article help you :)