I am seeing the following error in the Xcode console the first time that I set the accelerometer interval and add the runtime listener to the accelerometer:
<Error>: CoreLocation: Could not get ideal gyro update interval, assuming 0.005000 s
It does not happen on subsequent times when I set the accelerometer interval and add the runtime listener to the accelerometer.
Everything seems to work okay. Is there any reason to be concerned over this?
I am using build 2511. This occurs when building for the device and testing on my iPhone 6. Have not tried on any other devices at the moment.