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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:43:12+00:00 2026-05-31T10:43:12+00:00

I have an NSDictionary and I am trying to pull a string out of

  • 0

I have an NSDictionary and I am trying to pull a string out of it. For some reason, the last string seems irretrievable(!?!). In the code below, I retrieve the NSString object for labelString, with no problem at all. But when I try to retrieve the NSString for foo, I always get nil. But I don’t see the difference – can you see what I’m doing wrong?

NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
                      [NSNumber numberWithInt:CellStyleLabelledStringCell], @"cellStyle",
                      @"name", @"fieldName", 
                      @"Name", @"labelString", 
                      foodItem.name, @"contentString", 
                      @"foo", @"fookey",
                      nil];

NSString *string1 = (NSString *)[dict objectForKey:@"fookey"];
NSString *string2 = (NSString *)[dict objectForKey:@"labelString"];
NSLog(@"[%@][%@]", string1, string2);

The log message looks like this, and backs-up what I’m seeing in the debugger (i.e., string1 is null):

2012-03-17 21:35:03.302 QuickList7[8244:fb03] [(null)][Name]

Truly perplexed. Thanks in advance.

  • 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-31T10:43:13+00:00Added an answer on May 31, 2026 at 10:43 am

    foodItem.name is nil, so -[NSDictionary dictionaryWithObjectsAndKeys:] stops there, and doesn’t add the subsequent objects to the dictionary.

    In other words, it’s as if you did this:

    NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
                          [NSNumber numberWithInt:CellStyleLabelledStringCell], @"cellStyle",
                          @"name", @"fieldName", 
                          @"Name", @"labelString", 
                          nil];
    

    This is why you have to be careful with any method that takes nil as an “end of arguments” sentinel.

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

Sidebar

Related Questions

I have been trying for hours to figure this out. I have some JSON
I am trying to write a method: - (NSDictionary *)wordFrequencyFromString:(NSString *)string {} where the
I have some NSDictionary objects stored in an NSArray called telephoneArray . I fetch
I have been trying for days to figure out how to parse this JSON
I'm trying to parse JSON into NSDictionary. I have tried a lot of different
I have a code that I am trying to write as block, for the
I have an NSDictionary object called myData, and I'm trying to access it from
I am trying to display each item in NSDictionary. I have tried using a
Have been trying to find the error in one line of code. Return expected
I am currently trying to parse some xml data into an NSDictionary . This

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.