62

I am testing my app that uses iCloud. Sometimes, when I fire up the app I get the following warning in the console:

GEOResourceManifestServerRemoteProxy: Lost connection to geod

Once I get this warning I don't seem to get any data from iCloud. I have tried searching this issue, but have found very little information on it.

Any suggestions on how one should try to detect this issue and try to handle it?

Hossein Narimani Rad
  • 31,361
  • 18
  • 86
  • 116
reza23
  • 3,079
  • 2
  • 27
  • 42
  • It would help if you at least mentioned which of the iCloud APIs you're using. There are at least four distinct ways to approach it, all with their own requirements and issues. – Tom Harrington Mar 28 '13 at 16:35
  • 1
    I got this warning when I tried to get destination using `CLGeoCoder` and the warning is coming out from this method `- (void)geocodeAddressString:(NSString *)addressString completionHandler:(CLGeocodeCompletionHandler)completionHandler; `. – Hemang May 10 '13 at 06:03
  • i'm getting this issue also but am only getting the position on the map. – Quincy Aug 10 '13 at 14:44

1 Answers1

1

I realize that you asked this back in March, but according to this it can happen when a login (like a connection to FB) has timed out.

If you do a stacktrace and see , then this should help.

And here is the code for that interface, if that's helpful.

Community
  • 1
  • 1
Joshua Walcher
  • 506
  • 4
  • 14