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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T03:08:09+00:00 2026-05-31T03:08:09+00:00

Using ARC… NSArray *array = [NSArray arrayWithObjects:@dog, @cat, @mouse, nil]; for(NSString *animal in array)

  • 0

Using ARC…

NSArray *array = [NSArray arrayWithObjects:@"dog", @"cat", @"mouse", nil];

for(NSString *animal in array) {
    NSLog(@"animal = %@", animal);
}

Yields an index out of bounds error.

*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array

What bonehead mistake have I made?

  • 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-31T03:08:13+00:00Added an answer on May 31, 2026 at 3:08 am

    The code you’ve shown is fine. I just ran it under ARC and it completed successfully. Are you sure the error is for that code and not another portion of your code?

    A couple thoughts come to mind: the variable ‘array’ is pretty generic. Is it interfering with other local/instance variables? It shouldn’t matter if the code is right next to each other, but if you’ve declared it in one place and are executing the for loop in another, you might not be executing the same ‘array’ as you think. Isolate this code in another class/method/whatever and see how it runs.

    Another thought: Fast Enumeration won’t enumerate zero length arrays (it checks first). This is why I think you’re mistaking the error for the wrong line of code.

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

Sidebar

Related Questions

for an iOS 5.0 application using ARC, i have an NSArray of objects that
I'm trying to addobjects to a nsmutable array in lion, xcode 4.3 using ARC.
for iOS 5.0 using ARC, here is something I want to implement and need
I am developing an app using ARC When profiling my app in instruments for
I draw an arc using onDraw(canvas) : @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
Is there a way to draw an arc using points in JavaScript?? I need
I just converted an old project to ARC using Xcode's automatic refactoring. @property (nonatomic,
I'm writing an iOS 5 app (in Xcode 4.3, using Storyboards and ARC) that
In non-ARC code retained properties handily take care of memory management for you using
Under ARC, is it possible to encode/decode a CGMutablePathRef (or its non-mutable form) using

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.