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

  • Home
  • SEARCH
  • 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 3615048
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:19:30+00:00 2026-05-18T22:19:30+00:00

Ey guys, I have been referencing this project, but I get this linker error:

  • 0

Ey guys, I have been referencing this project, but I get this linker error:

Undefined symbols:
  "_OBJC_CLASS_$_NSManagedObject", referenced from:
      _OBJC_CLASS_$_ParkingLot in ParkingLot.o
      _OBJC_CLASS_$_Permit in Permit.o
  "_OBJC_METACLASS_$_NSManagedObject", referenced from:
      _OBJC_METACLASS_$_ParkingLot in ParkingLot.o
      _OBJC_METACLASS_$_Permit in Permit.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Here is the relevant code(that I made following this[scroll down to “Custom Managed Object Class”]):

//Permit.h
#import <CoreData/CoreData.h>

@class ParkingLot;

@interface Permit :  NSManagedObject  
{
}

@property (nonatomic, retain) NSString * eligibility;
@property (nonatomic, retain) NSString * pricing;
@property (nonatomic, retain) NSString * type;
@property (nonatomic, retain) NSString * summary;
@property (nonatomic, retain) NSString * timeValid;
@property (nonatomic, retain) NSSet* parkingLots;

@end


@interface Permit (CoreDataGeneratedAccessors)
- (void)addParkingLotsObject:(ParkingLot *)value;
- (void)removeParkingLotsObject:(ParkingLot *)value;
- (void)addParkingLots:(NSSet *)value;
- (void)removeParkingLots:(NSSet *)value;

@end

//Permit.m
#import "Permit.h"

#import "ParkingLot.h"

@implementation Permit 

@dynamic eligibility;
@dynamic pricing;
@dynamic type;
@dynamic summary;
@dynamic timeValid;
@dynamic parkingLots;

@end

//ParkingLot.h
#import <CoreData/CoreData.h>


@interface ParkingLot :  NSManagedObject  
{
}

@property (nonatomic, retain) NSString *title;
@property (nonatomic, retain) id region;
@property (nonatomic, retain) NSSet* permits;

@end


@interface ParkingLot (CoreDataGeneratedAccessors)
- (void)addPermitsObject:(NSManagedObject *)value;
- (void)removePermitsObject:(NSManagedObject *)value;
- (void)addPermits:(NSSet *)value;
- (void)removePermits:(NSSet *)value;

@end

//ParkingLot.m
#import "ParkingLot.h"


@implementation ParkingLot 

@dynamic title;
@dynamic region;
@dynamic permits;

@end

If you take a look at the sample code I followed, it is pretty much identical, yet it refuses to work and I can’t figure out why. Thanks in advance for any help!

  • 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-18T22:19:31+00:00Added an answer on May 18, 2026 at 10:19 pm

    Stupid me… I needed to add the Core Data framework to my project. I could have sworn I had already done this… that’s what I get for programming into the wee hours of the morning.

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

Sidebar

Related Questions

Thus far you guys have been wildly helpful with me getting this little ditty
Hiya - been pointed at you guys by a friend of mine. I have
Ok guys just a small game: I have some specifications for a project. At
Hi guys I wrote this code and i have two errors. Invalid rank specifier:
Guys, I have been surfing thru the web to find a way that I
I have been working on this infix to postfix/polis notation converter. Although, I do
I realize there have been a few other questions on this topic, and the
I am developing a project that lately have been taking off with increased popularity.
Hey guys I have been trying different Javascript/AJAX jsf frameworks. I find most of
Hey guys, i have a crazy problem. I have been running my webapp on

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.