I am trying to build a Qt 5.7 project on a Windows 10 mobile device (lumia 735). Whenever I run the 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 with Visual Studio it works just fine.
User contributions licensed under CC BY-SA 3.0