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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T07:25:23+00:00 2026-06-11T07:25:23+00:00

Assume I have 3 files in my project: data model file, dealing with Core

  • 0

Assume I have 3 files in my project:

  1. data model file, dealing with Core Data and fetching info
  2. viewController 1
  3. viewController 2

In the model file I get results us follows:

- (NSArray *) getColonyData
{
NSManagedObjectContext *cxt = [self managedObjectContext];
NSEntityDescription *colonyDesc = [NSEntityDescription entityForName:@"Colony" inManagedObjectContext:cxt];
NSFetchRequest *request = [[NSFetchRequest alloc] init];
[request setEntity:colonyDesc];

NSError *error;
NSArray *colonyResults = [cxt executeFetchRequest:request error:&error];

return colonyResults;
}

I run this part of code in viewDidLoad section of the 1st viewController and I get proper results:

  NSArray *colonyResults = [model getColonyData];
    if (colonyResults != nil)
    {
        colonyName.text = [[colonyResults objectAtIndex:0] valueForKey:@"name"];
    }
    else
    {
        colonyName.text = @"nothing setup yet";
    }

Then I move via a segue to a 2nd viewController, when I execute exactly same code (of course updating different UI elements). But this time the result is nil. What am I doing wrong here? Should I release results manually first? No other errors appear.
Thanks.

  • 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-11T07:25:25+00:00Added an answer on June 11, 2026 at 7:25 am

    As suggested in comments:

    experimentModel *model; doesn’t assign anything; it just declares that a variable exists. Somewhere, you must be setting model to an actual object for the first controller (and probably not doing that for the second one).

    Sending messages to nil objects is a common way to not get the results one was expecting. 🙂

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

Sidebar

Related Questions

Let's assume that I have files a.cpp b.cpp and file c.h. Both of the
Let's assume I have the following file structure: data.py foo = [] bar =
I have some trouble with a core data project. I have a NSArrayController with
Assume that I have 2 .php files : index.php and ajax.php This is index.php:
Assume the following scenario. I have two files A.cpp and B.cpp in trunk. At
Assume you have a file which has been committed in your Git repo. You
Assume that we have a large file which can be read in chunks of
Assume that I have a text file separated by colons. I understand how to
Let's assume I have a main script, main.py, that imports another python file with
I have a json file and I assume that I do not know anyting

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.