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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:03:09+00:00 2026-05-25T10:03:09+00:00

OK, so I know this question seems really basic, but I can’t find a

  • 0

OK, so I know this question seems really basic, but I can’t find a solution to my problem anywhere –

I have a .plist file within my project entitled ‘feelings’. My plist file reads:

<plist version="1.0">
<dict>
    <key>feelings</key>
    <array>
        <string>Happy</string>
        <string>Sad</string>
    </array>
</dict>
</plist>

In the .m file under -(void)ViewDidLoad; I am trying to retrieve the contents of the plist using the following code:

NSString *path = [[NSBundle mainBundle] pathForResource:@"feelings" ofType:@"plist"];
NSArray *tempArray = [[NSArray alloc] initWithContentsOfFile:path];

self.feelingsArray = tempArray;
[tempArray release]; 

However I don’t seem to be loading the array from the .plist file and executing the following code:

NSLog(@"feelings: %@", feelings); 

returns (null)

Can anyone figure out where I’m going wrong? It all seems fine to me, from what I’ve worked on before.

  • 1 1 Answer
  • 3 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-25T10:03:09+00:00Added an answer on May 25, 2026 at 10:03 am

    Your top-level of the plist file is a dictionary, not an array. You should use NSDictionary instead of NSArray:

    NSDictionary *tempDict = [[NSDictionary alloc] initWithContentsOfFile:path];
    self.feelingsArray = [tempDict objectForKey:@"feelings"];
    [tempDict release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this maybe a basic question but I just can't seem to find
I know this question seems subjective but it's really pretty simple. As a long
I know this might seem a controversial question but it really is not meant
I know this seems like a repeat question, but i've read all the others
I know this seams a trivial question, but how can I disable the annoying
Alright, I know this is a simple question, but I can't seem to get
This is a newb question, I know, but I can't seem to figure it
I know this question has been asked before, but I ran into a problem.
I know that this is really basic, but I looked everywhere and I cant
I realize that this is probably a very basic question, but I have spent

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.