[Solved] Error white installing app
-
:-1: error: Installation failed: 'Incorrect dependency: QtMobility has version 1.00(2), need version 1.01(3) or newer' Code: 131073; see http://wiki.forum.nokia.com/index.php/Symbian_OS_Error_Codes for descriptions of the error codes
what APIs cannot i use?
-
Use "Nokia Smart Installer for Symbian":http://developer.qt.nokia.com/wiki/Nokia_Smart_Installer_for_Symbian to wrap your app and to install all required dependencies before running the app. It will install the correct version of Qt Mobility and the issue will be solved.
-
what about this:
@
20:55:49: The process "C:\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\tools\make.exe" exited normally.
20:55:49: Failed to find package 'C:/Users/7-Spode/Documents/Qt/Werfer/Werfer_installer.sis': Package file not found
Error while building project Werfer (target: Symbian Device)
When executing build step 'Deploy'
@i found just "Werfer.sis" in that directory in fact.
-
Clear the project, run qmake again and rebuild it.
-
[quote author="spode" date="1326315274"]thank you. already done![/quote]
I am glad that I was able to help. I will add solved to the tags of this topic :)