Hi folks,
I updated my SDK to the latest version and now I am unable to deploy neither RPM nor binaries with the Sailfish IDE.
Here is the command line output of a binary only deployment:
23:23:03: The process “/home/mm/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS Build Engine/SailfishOS-4.0.1.48-armv7hl/make” exited normally.
23:23:03: Test Device Connection: Testing connection to “Xperia XA2 (ARM)”…
23:23:04: Deploying binaries…
23:23:04: Starting: “/home/mm/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS Build Engine/SailfishOS-4.0.1.48-armv7hl/deploy” --rsync
- /opt/SailfishOS/libexec/qtcreator/…/…/bin/sfdk -c target=SailfishOS-4.0.1.48-armv7hl -c ‘device=Xperia XA2 (ARM)’ deploy --rsync
[D] SOFT ASSERT: “!m_installDir.isEmpty()” in file …/…/…/…/sailfish-qtcreator/src/libs/sfdk/emulator.cpp, line 766
[D] SOFT ASSERT: “version == 1” in file …/…/…/…/sailfish-qtcreator/src/libs/sfdk/emulator.cpp, line 763
Fatal: Unable to open ‘/etc/mersdk/share/devices.xml’. Please launch Qt Creator for the first time to finish the installation
23:23:05: The process “/home/mm/.config/SailfishSDK/libsfdk/build-target-tools/Sailfish OS Build Engine/SailfishOS-4.0.1.48-armv7hl/deploy” exited with code 1.
Error while building/deploying project harbour-sms-share-plugin (kit: SailfishOS-4.0.1.48-armv7hl (in Sailfish OS Build Engine))
When executing step “Rsync”
23:23:05: Elapsed time: 00:06.
If I suspect well the /etc/mersdk/share/devices.xml should be on the build VM. I have ssh’d to the VM and this file is not present.
Is there any way to get/generate such a file?