• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSTimer: Debug vs. Release build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTimer: Debug vs. Release build


  • Subject: NSTimer: Debug vs. Release build
  • From: Stefan Wolfrum <email@hidden>
  • Date: Sun, 15 Mar 2009 12:32:21 +0100

Hello nice people,

I wrote a little OS X application that uses a NSTimer. I initialize it like this:

repeatingTimer = [NSTimer scheduledTimerWithTimeInterval:4.0
target:self selector:@selector(timerFireMethod)
userInfo:nil repeats:YES];


And I have a small simple timerFireMethod. Nothing else is done with the times in the app.

Everything works fine in the Debug builds. But in the Release build the NSTimer simply just doesn't fire.

I googled but to no avail yet.

Any hints? Maybe change some optimization flags in the Release build settings? But which ones?

Thanks a lot!
Stefan.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: NSTimer: Debug vs. Release build
      • From: "Paul Sanders" <email@hidden>
  • Prev by Date: Representation of the entire window
  • Next by Date: Re: NSTimer: Debug vs. Release build
  • Previous by thread: Re: Representation of the entire window
  • Next by thread: Re: NSTimer: Debug vs. Release build
  • Index(es):
    • Date
    • Thread