error: server did not accept client registration 68

Viewed 8655

I am trying to build and run the WhereamI.app example of the Big Nerd Ranch book: iOS Programming, chapter4.

Compiling works just fine and it runs but the output to console is: server did not accept client registration 68, instead of providing the current GPS position and altitude.

I am runing Xcode 4.1 on OS X Lion with the 4.3 SDK.

There is nothing fancy at all in the code. JUst and instance of Corelocation manager and a simple delegation to WhereAmI.app

Any clues?

3 Answers
Related