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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:07:52+00:00 2026-06-08T20:07:52+00:00

Hi I am creating a dynamic Table View and am trying to upload the

  • 0

Hi I am creating a dynamic Table View and am trying to upload the information from methods stored in other files. When I try to test if I am getting the information I get the Macho Linker Error

Undefined symbols for architecture i386:
“_OBJC_CLASS_$_FlickrFetcher”, referenced from:
objc-class-ref in MyTableViewController.o
ld: symbol(s) not found for architecture i386

Here is my code that I added that resulted in the problem.

FlickerFetcher.h
This has the methods which my tableViewController calls topPlaces

@interface FlickrFetcher : NSObject

+ (NSArray *)topPlaces;
+ (NSArray *)photosInPlace:(NSDictionary *)place maxResults:(int)maxResults;
+ (NSURL *)urlForPhoto:(NSDictionary *)photo format:(FlickrPhotoFormat)format;

@end

TableViewController File. I think the problem occurs in the setter Brain when I lazily instatiate it because the code was working fine before I added it, the NSlog returned NUll since there was no object but it was working, then when I added the setter to instatiate it I got the Macho Linker Error.

#import "MyTableViewController.h"
#import "FlickrFetcher.h"

@interface MyTableViewController ()
@property (nonatomic, strong) FlickrFetcher* brain;
@end

@implementation MyTableViewController
@synthesize brain= _brain;

 //Error occured after I added this setter
-(FlickrFetcher*) brain
  {
  if (!_brain) _brain= [[FlickrFetcher alloc] init];
   return _brain;
}


- (id)initWithStyle:(UITableViewStyle)style
{
self = [super initWithStyle:style];
if (self) {
    // Custom initialization
    }
return self;
}

- (void)viewDidLoad
{
[super viewDidLoad];


//use a class method call since this is a class method
NSLog(@"Class = %@", [self.brain class]);
NSLog(@"Array = %@", [[self.brain class] topPlaces]);

}
  • 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-06-08T20:07:53+00:00Added an answer on June 8, 2026 at 8:07 pm

    I discovered the error, turns out that the file FlickrFetcher was not compiling or in the compile list, I fixed this by clicking on my project in the navigation menu, going under targets and clicking my application, going into build phases and then adding the file in compile sources. Hope that helps anyone with this problem

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

Sidebar

Related Questions

What im doing is I have a dynamic table and creating rows which all
Im creating a dynamic MenuBar from xml file, and binding events to menu items
I am creating a stored procedure to do a search through a table. I
I have create a js file in which i am creating the dynamic table
I am creating a dynamic table using MVC3. However the table goes off the
can anyone please help me. I am trying to create a dynamic table with
I am trying to build a dynamic forms app like wufoo . Creating new
I'm having difficulties with creating dynamic table of SDL_Surface. Take a look at that
I'm creating a dynamic lead capture script. The form passes the table name, and
I am creating a dynamic table through Javascript. I am taking no. of row

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.