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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:06:25+00:00 2026-06-10T07:06:25+00:00

Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[__NSCFType next]: unrecognized selector sent to

  • 0

Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[__NSCFType next]: unrecognized selector sent to instance ‘
this error is occuring because this line “[self autorelease];”
if i comment this line then the exception not come but app looks very slow,so please tell me that what could i wrote the line that instead of that line

if(sqlite3_step(statement)==SQLITE_ROW)
{                
     pagestr = [NSString stringWithUTF8String:(char *)sqlite3_column_text(statement,0)];
     //dateLabel.text=previousDate;
     //textView.text=pagestr;
     EditorPage* prev= [[EditorPage alloc] initWithNibName:@"EditorPage" bundle:nil];
     prev.dateString= previousDate;
     prev.bodyString= pagestr;
     NSArray* array= [[NSArray alloc] initWithObjects:prev,@"forward",nil];
     [[NSNotificationCenter defaultCenter] postNotificationName:@"next EditorPage" object:array];
     [prev autorelease];
}       
  • 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-10T07:06:26+00:00Added an answer on June 10, 2026 at 7:06 am

    When do you do [ self autorelease ]? I think that’s very unusual–it’s probably incorrect.

    This message means you are sending the message next to an object of NSCFType.

    Messages like this are often caused by sending a message to an object that has been release and whose memory was subsequently reallocated to a different type of object.

    You can turn on zombies to track down this kind of issue. Also, you could move your code to ARC to help avoid retain/release issues.

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

Sidebar

Related Questions

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM objectForKey:]: unrecognized selector sent to
The error reads Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MObject objectAtIndex:]: unrecognized
What does this mean? * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*
I'm getting the following error: * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
My code throws the following exception: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
I'm getting this error: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '***
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ' * +[NSString stringWithUTF8String:]: NULL cString'
2012-07-13 11:26:14.563 -CarParts-Copy[569:403] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[Slant6<0x10d5adab8>
This is my error: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayI addObject:]:
I keep getting the error Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[MainViewController

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.