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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:11:09+00:00 2026-05-23T14:11:09+00:00

How do I resolve the following: Undefined symbols for architecture i386: _OBJC_CLASS_$_RKObjectLoaderTTModel, referenced from:

  • 0

How do I resolve the following:

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_RKObjectLoaderTTModel", referenced from:
      objc-class-ref in MyGroupViewController.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

The code that I have is:

- (void)createModel {
    RKObjectLoader* objectLoader = [[RKObjectManager sharedManager] loadObjectsAtResourcePath:@"/groups.json" delegate:nil];
    self.model = [RKObjectLoaderTTModel modelWithObjectLoader:objectLoader];
    [super createModel];
}


- (void)didLoadModel:(BOOL)firstTime {
    [super didLoadModel:firstTime];

    if ([self.model isKindOfClass:[RKObjectLoaderTTModel class]]) {
        RKObjectLoaderTTModel* model = (RKObjectLoaderTTModel*) self.model;
        NSMutableArray* items = [NSMutableArray arrayWithCapacity:[model.objects count]];

        TTListDataSource *dataSource = [[[TTListDataSource alloc] init] autorelease];

        for (Group* group in model.objects) {
            NSString* imageURL = group.creator.url;
            TTTableImageItem* avatar = [TTTableImageItem itemWithText:@" "
                                                             imageURL:imageURL];

            TTTableItem *item = 
            [TTTableSubtitleItem 
             itemWithText:group.name
             subtitle:[NSString stringWithFormat:@"%@ members %@ topics ", group.members_count , group.topics_count]
             URL:@""];

            [items addObject:item];
            [items addObject:avatar];
        }

        dataSource.items = items;
        //dataSource.model = model;
        self.dataSource = dataSource;
    }
}

Please suggest.

  • 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-23T14:11:10+00:00Added an answer on May 23, 2026 at 2:11 pm

    In the target settings of Xcode under “Build Phases” is a part “Link binary with Libraries” make sure your library is listed there.

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

Sidebar

Related Questions

Using adLDAP.php class receiving following error: Notice: Undefined index: memberof in /web/ee_web/include/adLDAP.php on line
I'm just wondering why I get a cannot resolve symbol initialText with the following
Colleagues, Using JPA I need resolve following issue: at database level exits 3 entities
After searching, I dont find the appropriate way to resolve following problem. After activating
I'm looking for a good pattern to resolve the following circular reference in a
I want to parse the following XML document to resolve all entities in it:
I have the following happening in the REPL: mathematics.core> (let [zebra 1] (resolve 'zebra))
The following code gives me an error from django.db import connection cursor = connection.cursor()
Suppose I have the following defined in a header file: namespace MyNamespace { Class
How to resolve these following errors... Am I missing some jar file??? log4j:WARN No

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.