Доброго времени суток.
Пишу на C++/Qt в операционной системе OS X. Возникла необходимость узнать местоположение устройства. В офф. доках нашел класс QGeoPositionInfoSource. Не могу заставить инструмент работать, поскольку не возвращает соответствующий объект.
Вырезка из доков:
====================
QGeoPositionInfoSource *QGeoPositionInfoSource::createDefaultSource(QObject *parent)
Creates and returns a position source with the given parent that reads from the system's default sources of location data, or the plugin with the highest available priority.
Returns 0 if the system has no default position source, no valid plugins could be found or the user does not have the permission to access the current position.
===================
Помогите, пожалуйста, разобраться, как заставить его вернуть гео позицию. Пока подозреваю, что приложение тупо не имеет доступ.