I’m not sure, but I think I’m having problems with my project because one entity has the name “Object”, tried to change this to “Objects”, nothing changes. Maybe it’s a reserved word?
Share
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.
According to this
Objectwas an original root class for Objective-C which still exists somewhere in the class hierarchy so it wont be able to be used. I’m not sure aboutObjectsbut the obvious solution is to prefix your class names (which you should be doing anyway, but it’s especially important for generic names like “Object”)