views:

20

answers:

0

iPhone 3G, OS 4.0: I get this message from the console when I am running a location-based app (CLLocationManager). It was occurring each time the NSTimer fired (every 15 seconds).

I removed the NSTimer from the code and it now occurs only once right before the "- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation" is called.

And the didUpdateToLocation is called many more times but this error message does not occur.

Here is the error message from the console: Time,299177800.475,Function,"int CLDaemonClient::subscribeTo(CLDaemonCommType, bool)",Couldn't initialize process assertion for client etc, etc

I've stepped through the code and don't see the event that is causing this error.

And I've searched the web and don't see this error msg being asked about.

Thanks in advance for any assistance.