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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:00:19+00:00 2026-06-10T09:00:19+00:00

Okay. I have been trying organise this nsmutable array so my program can use

  • 0

Okay. I have been trying organise this nsmutable array so my program can use it in the way I want.

I started off with a standard NSMutable array then use the addobject: method to populate it and then also populated it with more NSMutableArrays (so array in arrays). Because of this I need to call the ObjectAtIndex: method a lot and also the replaceObjectAtIndex: withObject: method alot. Also because you can only ad object with type ID to NSMutableArrays (I think at least) I’ve had to convert all of my double variables to NSNumbers and then back to doubles to maths with and then back to NSNumbers to store again… Hardly efficient.

But the main problem is (the previous things were just stuff I was curious about), this code:

NSMutableArray * array = [tmp objectAtIndex x];
[tmp replaceObjectAtIndex:x withObject: [array replaceObjectAtIndex:2 withObject: result]];

Xcode says the problem is on the second line, I just added the firrst for a bit on context. Result is an NSNumber and tmp is also a NSMutableArray. Xcode says the error is “Sending ‘Void’ to parameter of incompatible type ‘id'”.

I’d really appreciate any help :). 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-10T09:00:21+00:00Added an answer on June 10, 2026 at 9:00 am

    Lets break down the line [tmp replaceObjectAtIndex:x withObject: [array replaceObjectAtIndex:2 withObject: result]];.

    When you see a problem like this and you have a bunch of nested methods, start at the deepest method call and move out, checking documentation to see what each method returns. In this case the answer is simple, but it’s always good practice:

    -[NSMutableArrray replaceObjectAtIndex:withObject:] returns void, therefore:

    [tmp replaceObjectAtIndex:x withObject: void] , therefore passing void as the second argument in replaceObjectAtIndex:withObject: which Xcode should rightfully complain about.

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

Sidebar

Related Questions

okay i have been trying to understand this for hours i am learning VB
Okay I been trying to work this out but unable too. I have a
Okay I have been racking my brain trying to build a JSON array from
Okay I have been trying to get this to work for some time now.
Okay I've been trying to figure this out for a while now. I have
Okay so basically, i have been trying this for and hour or 2 now.
Okay, guys i have been trying to define a Stack , each node also
Okay. Now I give up. I have been playing with this for hours. I
Okay so I have been trying to get into IoC lately. However, I keep
I have been trying to use some custom fonts within my WP7 app. I

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.