Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6114733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:00:35+00:00 2026-05-23T15:00:35+00:00

The problem I’m having is that i can’t assign to an attribute of a

  • 0

The problem I’m having is that i can’t assign to an attribute of a subclass unless i’ve set the subclassed entity’s Parent Entity property to the entity of the abstract superclass.

In XCode 4.0.2, this is the Parent Entity property to which i’m referring:

enter image description here

What i don’t get is that i thought a Parent Entity is intended for parent-child relationships between entities and the object relationships are simply captured by the class definitions.

Example

Entities A, B and C:

  • A is an abstract entity of type A with attributes:
    • y : string
    • z : string
  • B is an entity of type A with no attributes
  • C is an entity of type A with no attributes

Classes A, B and C:

@interface A : NSManagedObject {
}
@property (nonatomic, retain) NSString * y;
@property (nonatomic, retain) NSString * z;

@interface B : A {
}
@interface C : A {
}

The Problem

If i don’t set the Parent Entity for entities B and C to be entity A, then when i try:

NSEntityDescription *be = [[mom entitiesByName] objectForKey:@"B"];
B *b = [[NSManagedObject alloc] initWithEntity:be
                insertIntoManagedObjectContext:moc];

b.y = @"test"; // <<-- This line causes the following error:

I get:

-[NSManagedObject setY:]: unrecognized selector sent to instance

If i set the Parent Entity, it seems to work except that entity persisted to the store seems to be A instead of B.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:00:35+00:00Added an answer on May 23, 2026 at 3:00 pm

    Did you remember to set the class for entity B to class B? If yes, you should take a look at the type of the pointer that’s assigned to b… is it in fact a B*? It looks like it’s probably a NSManagedObject* based on the error you’re getting, and according to the docs for -initWithEntity:insertIntoManagedObjectContext:…

    The dynamically-generated subclass
    will be based on the class specified
    by the entity, so specifying a custom
    class in your model will supersede the
    class passed to alloc.

    …I think you should be getting a B* if your model is configured correctly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Problem: I can set the exposureMode property of AVCaptureDevice, but it does not stay
Problem: I have a table that prints out vertical but I would like it
Problem occured when i tried to display xml data that has been taken by
Problem: I'm working on a website where there is a dial that displays a
Problem: I need an array (datamember) in a parent class A. However, depending on
Problem: I have 2 classes, DB class and a User class, that will work
Problem Description: Multi-player Game that works over the some kind of network, in game
Problem background: I have a Qt/QML Symbian application targeting Qt 4.7.4, that requires a
Problem description I have 6 databases from 6 different machines, and having one cloud
Problem is that when I exec sql insert query (I'm using Qt Creator and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.