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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:32:04+00:00 2026-05-20T00:32:04+00:00

I am trying to store a variety of strings and a NSMutableArray in a

  • 0

I am trying to store a variety of strings and a NSMutableArray in a NSMutableDictionary. Basically an XML element with various key/values and one subelement with a list.

        NSMutableArray *subItem = [[[NSMutableArray alloc] init] autorelease];
        for (GDataXMLElement *subElement in [key children]){
            [subItem addObject:[[[self runThroughElement:subElement] copy] autorelease]];
        }
        [item setObject:[[subItem copy] autorelease] forKey:[key name]];

When I check the type:

NSLog(@"Categories type: %@", [[item objectForKey: @"categories"] classForCoder]);

I get:

Categories type: NSArray

But then in the function which deals with the data and stores it in an object it suddenly appears to be a string:

    NSLog(@"Categories type: %@", [[obj objectForKey: @"categories"] classForCoder]);

Which results in:

Categories type: NSString

I am at a loss what is going wrong, why do I get a string out of the dictionary and not the array I put into it? Any help would be really appreciated!
(probably need more info, so please let me know what is relevant)

  • 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-20T00:32:05+00:00Added an answer on May 20, 2026 at 12:32 am

    You shouldn’t really be using classForCoder. Instead just log [[obj objectForKey:@”categories”] class]. I’d also try logging the straight [obj objectForKey:@”categories”] to see if it does output a string or an array. If it outputs a string then either obj is not item or your dictionary is being modified at some point.

    One bit of advice, there isn’t any reason to do [[[NSMutableArray alloc] init] autorelease]. Just call [NSMutableArray array]. Does the same thing but with less code. Same goes for many classes, look for convenience class methods to save you having to do alloc/init/autorelease.

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

Sidebar

Related Questions

I'm trying to store an xml serialized object in a cookie, but i get
I am trying to store an xml value in my app.config file. The app.config
I'm trying to store the names of some variables inside strings. For example: Dim
I'm new to Objective-C and iPhone development, and I'm trying to store floating-point values
I'm trying to store a password in a file that I'd like to retrieve
I am trying to store more than 1 data item at a single index
I am trying to store a large amount of boolean information that is determined
I'm trying to store a lightly filtered copy of a database for offline reference,
I have a function that takes a struct, and I'm trying to store its
We are building an AbleCommerce 7 web store and trying to integrate it 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.