Qt Creator: Failed to install package: 0x80073cf3 on Windows 10 mobile

I am trying to create a Qt 5.7 project on a Windows 10 mobile device (lumia 735). Whenever I start a project from Qt Creator, the following error occurs:

qt.winrtrunner: Using the AppxPhone profile.
qt.winrtrunner: No mapping file exists. Only recognized files will be packaged.
qt.winrtrunner: Failed to install the package: 0x80073cf3 "Package failed updates, dependency or conflict validation."

I have Visual Studio 2015 installed on my computer, and when I try to run a project created using Visual Studio, it works fine.

+4
source share

Source: https://habr.com/ru/post/1651936/


All Articles