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

The Archive Base Latest Questions

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

What is this error? I am using mutable type but still it is not

  • 0

What is this error? I am using mutable type but still it is not working!

ERROR IS :

Terminating app due to uncaught exception
‘NSInvalidArgumentException’, reason: ‘mutate immutable
object with deleteCharactersInRange:’

NSMutableString *line= [NSMutableString stringWithString:@"here is the string"];
[line deleteCharactersInRange: NSMakeRange(1,9 )];
  • 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-27T03:09:04+00:00Added an answer on May 27, 2026 at 3:09 am

    My new answer:

    With your new code, I added one extra line at the end:

    NSMutableString *line= [NSMutableString stringWithString:@"here is the string"];
    [line deleteCharactersInRange: NSMakeRange(1,9 )];
    NSLog( @"line is %@", line );
    

    And the console output was:

    2011-11-25 06:08:13.248 TestingCommandLine[13324:903] line is he string
    

    No exception thrown. Looks like it’s working for me!

    My original answer (for your original question):

    You can’t delete characters from a line that has nothing in it (hence the exception).

    Do you have any additional code between those two lines of source there? If not, you have a valid NSMutableString… with nothing in it. And you can’t delete anything from a mutable string that has nothing in it.

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

Sidebar

Related Questions

Why I get this error? Page not found (404) Using the URLconf defined in
Has anyone encountered this error using SQL Server 2005 and Data access application blocks
I have got this error when using Enterprise Library 3.1 May 2007 version. We
Anyone getting this error when using the new free chart controls MS bought from
I was just writing some quick code and noticed this complier error Using the
Writing a python program, and I came up with this error while using the
This error message is driving me nuts. I'm getting it when using Html.ListBox and
Has anyone run into this error message before when using a timer on an
I am getting this run time error when using IID_IWebBrowser2 interface of CLSID_InternetExplorer. Run-Time
I am using StyleCop in VS2008. I get this error: SA1638: The file attribute

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.