REPRODUCIBILITY: 100%
EMULATOR VERSION: 4.4.0.58
HARDWARE: sdk, emulator (Virtualbox backend)
UI LANGUAGE: en
REGRESSION: Yes
DESCRIPTION:
I am trying to build and deploy my application with these commands:
export PATH=$PATH:~/SailfishOS/bin/
sfdk config "no-fix-version"
sfdk config "target=SailfishOS-4.4.0.58-i486"
sfdk build --enable-debug
sfdk config "device=Sailfish OS Emulator 4.4.0.58"
sfdk deploy --sdk --debug
last command (deploy) is failing with:
...
Installing untrusted software disabled.
Installation failed
Connection to 10.220.220.1 closed.
Deploy failed
And this message is shown on screen:
When I install older version of emulator and change device to Sailfish OS Emulator 4.3.0.12
, deploy works correctly.
PRECONDITIONS:
Latest sdk and emulator
EXPECTED RESULT:
deploy is successfull
ACTUAL RESULT:
deploy fails