Hi, my app used to run correctly in the SDK, but I’ve tried recently and I now get the following error when trying to display a map:
PageStack.js:483: Error: Error while loading page: /path/to/InteractiveMap.qml:3 module “QtLocation” is not installed
If I try to list the installed packages on the VM, it seems correctly installed (I have qt5-qtdeclarative-import-location
declared in my .yaml):
Installed qt5-qtlocation-5.2.1+git32-1.5.3.jolla.i486 (installed) The QtLocation library
Also, it work without any issue on an actual phone.
Any idea what I’m missing? What has changed since a year?
Thanks in advance!