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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T14:50:55+00:00 2026-06-16T14:50:55+00:00

Very new to iPhone app development. I am developing one example application for iPhone

  • 0

Very new to iPhone app development.
I am developing one example application for iPhone emulator using Objective-C++ and CPP.

I am getting following errors, and i don’t understand why i am getting these errors.

2002-1-4 11:11:11.649 myApp[912:592f] *** _NSAutoreleaseNoPool(): Object 0x1b0d2d0 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x305a2e6f 0x30504682 0x7c93 0x7b92 0x30d8 0x6ee2 0x1ae95e 0x6013 0x3496 0x43ca 0x39923b 0x3ca0a0 0x3ca121 0x3a1e 0x926d8155 0x926d8012)
2002-1-4 11:11:11.650 myApp[912:592f] *** _NSAutoreleaseNoPool(): Object 0x4f02470 of class __NSArrayReverseEnumerator autoreleased with no pool in place - just leaking
Stack: (0x305a2e6f 0x30504682 0x7c93 0x7b92 0x30d8 0x6ee2 0x1ae95e 0x6013 0x3496 0x43ca 0x39923b 0x3ca0a0 0x3ca121 0x3a1e 0x926d8155 0x926d8012)

Is memory leak in my app is causing these errors, I get number of these kind of errors.
I have one function which updates table view and when that function gets called at that time i gets these errors, in that function i am add elements to one std::vector and then calling [mTableViewList reloadData]; to update the table view.

OSX version: 10.5.8 and Xcode version: 3.1.3

  • 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-16T14:50:56+00:00Added an answer on June 16, 2026 at 2:50 pm

    the error means there is no pool in place yet. you need to do that on every thread whenever you are about to call cocoa

    when you use dispatch blocks using GCD you’re good, the os creates the threads and the pools but whenever you create a thread yourself you need to setup an NSAutoreleasePool

    under ARC with @autoreleasepool, before that with [[NSAutoreleasePool alloc] init];

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

Sidebar

Related Questions

I am very new to iPhone app development. I am developing one example application
I am very new to iPhone development. I downloaded the iPhoneHTTPServer application from bellow
Am very new to iPhone application development. Am adding the events to iCal from
I'm very new to iPhone development. I want to create a utility application much
i'm receiving the following errors, very new to iphone dev and objective C. I
I am very new to iOS development. I am developing an app, currently i
I am very new to iPhone development. In my app, I want to send
I am new to Objective-C and iPhone development in general. I am using the
I'm very new to Objective-C and I'm trying to develop an iPhone app. My
I am very new new to iPhone app development and not able to correct

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.