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 7577569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:13:17+00:00 2026-05-30T17:13:17+00:00

Hey I am getting an error when I try to build a project in

  • 0

Hey I am getting an error when I try to build a project in Objective C. The error I get is

  "_OBJC_CLASS_$_TimeLineCreater", referenced from:
  objc-class-ref in TimeLineViewController.o
  ld: symbol(s) not found for architecture armv7
  clang: error: linker command failed with exit code 1 (use -v to see invocation)

Here is the .m file where the error is occurring:

#import "TimeLineViewController.h"


@implementation TimeLineViewController
@synthesize myPopover;
@synthesize appDelegate;

- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
    // Custom initialization
}
return self;
}

- (void)didReceiveMemoryWarning
{
// Releases the view if it doesn't have a superview.
[super didReceiveMemoryWarning];

// Release any cached data, images, etc that aren't in use.
}

#pragma mark - View lifecycle


// Implement viewDidLoad to do additional setup after loading the view, typically from a   nib.
- (void)viewDidLoad
{
[super viewDidLoad];

//THIS IS WHERE THE ERROR OCCURS, WHEN I TRY TO ADD THIS UIVIEWCONTROLLER
TimeLineCreater *timeline = [[TimeLineCreater alloc]init];
[self.view addSubview:timeline.view];
}

I’m really not sure how to solve it. I tried a few suggestions from other questions but had no luck. Any Ideas?

For additional help here is the TimeLineCreater .h and .m files

.h

#import <UIKit/UIKit.h>
#import "AppDelegate.h"

@interface TimeLineCreator : UIViewController{

AppDelegate * _appDelegate;
NSMutableArray *teamMembers;
NSMutableArray *projects;
NSMutableArray *tasks;

//Parameter ints (ints that are passed in)
int timeLineType;
int horizontalLineWidth;
int horizontalLineHeight;
int vertialLineWidth;
int verticalLineHeight;
int numberOfObjectsOnLine;
int spaceBetweenObjects;
int objectsStartingPoint;

UILabel *nameOfTimeLine;
UILabel *taskNameLabel;
UILabel *dateDueLabel;




IBOutlet UIScrollView *timeLineScrollView;

}
@property(nonatomic, retain) AppDelegate * appDelegate;
@property int timeLineType;
@property int horizontalLineWidth;
@property int horizontalLineHeight;
@property int vertialLineWidth;
@property int verticalLineHeight;
@property int numberOfObjectsOnLine;
@property int spaceBetweenObjects;
@property int objectsStartingPoint;
@property(nonatomic, retain) UILabel * nameOfTimeLine;
@property(nonatomic, retain) UILabel * taskNameLabel;
@property(nonatomic, retain) UILabel * dateDueLabel;

.m

#import "TimeLineCreator.h"


@implementation TimeLineCreator
@synthesize appDelegate;
@synthesize timeLineType;
@synthesize horizontalLineWidth;
@synthesize horizontalLineHeight;
@synthesize vertialLineWidth;
@synthesize verticalLineHeight;
@synthesize taskNameLabel;
@synthesize nameOfTimeLine;
@synthesize numberOfObjectsOnLine;
@synthesize dateDueLabel;
@synthesize spaceBetweenObjects;
@synthesize objectsStartingPoint;

- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
self.appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
projects = [[NSMutableArray alloc] initWithArray:self.appDelegate.projects];
teamMembers = [[NSMutableArray alloc] initWithArray:self.appDelegate.teamMembers];
tasks  = [[NSMutableArray alloc] initWithArray:self.appDelegate.tasks];


if(objectsStartingPoint == 0){
    objectsStartingPoint = 30;
}
NSLog(@"objectStartingPoint is %i", objectsStartingPoint);
horizontalLineWidth = objectsStartingPoint + (numberOfObjectsOnLine *spaceBetweenObjects);

}
  • 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-30T17:13:19+00:00Added an answer on May 30, 2026 at 5:13 pm

    you misspell the name of TimeLineCreator class in TimeLineViewController class so it gives you error correct it.

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

Sidebar

Related Questions

Hey I am getting index out of bounds error in my code. From Activity:
Hey Guys, I'm getting the error above when trying to run an automated build
hey I am getting an error accessing unknown class method 'setFirstName' but I am
Hey guys! I keep getting a syntax error (unexpected $end), and I've isolated it
Hey. the busted website is: www.mgxvideo.com/mgxcopy-alpha-3 , and the specific error that I'm getting
Hey, im trying to get an INSERT command to work, but I keep getting
Hey, I'm getting a linker error LNK2019: unresolved external symbol when trying to use
Hey I am getting this error: error: conversion to non-scalar type requested Here are
Hey all i im getting this error when trying to update a table in
Hey getting this error 'control reaches end of non-void function' on the line with

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.