I’ve created an empty OS X project by selecting the “cocoa application”. When I go to build, I get the following error message:
“synthesized property ‘window’ must either be named the same as a compatible ivar or must explicitly name an ivar”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For whatever reason, the default templates do not build. The reason is that the property _window is not declared.