Deploy on iOS device
-
Hi all,
I created a simple QtQuick App and I 'd like to deploy to my iPad.
I'm able to do using XCode but when I try to do from Qt Creator I get the error@TransferAppSession(xxxxxxxxxxxxx, /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app)failed to get app Path on device for bundle /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app with appId: com.mycompany.QmlApp
TransferAppSession(xxxxxxxxxxxxx, /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app)Unexpected reply: ENo such file or directory () (xxxxxxxx) vs OK (4f4b)@Once I deployed the App using XCode I can run from Qt Creator. I think there's something missing on deploy step.
Any Ideas?Qt 5.3.2, Qt Creator 3.2.1
-
For those coming across this thread, the problem is likely that the deploy step has been skipped, possibly due to developer settings. See this Qt Creator bug report for more info.
-
Hi all,
I created a simple QtQuick App and I 'd like to deploy to my iPad.
I'm able to do using XCode but when I try to do from Qt Creator I get the error@TransferAppSession(xxxxxxxxxxxxx, /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app)failed to get app Path on device for bundle /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app with appId: com.mycompany.QmlApp
TransferAppSession(xxxxxxxxxxxxx, /Users/massimoc/Projects/build-QmlApp-iphoneos_clang_Qt_5_3_for_iOS-Debug/Debug-iphoneos/QmlApp.app)Unexpected reply: ENo such file or directory () (xxxxxxxx) vs OK (4f4b)@Once I deployed the App using XCode I can run from Qt Creator. I think there's something missing on deploy step.
Any Ideas?Qt 5.3.2, Qt Creator 3.2.1
@mcosta I got this issue and I realized that my iPad doesn't trust my Apple developer account yet. After change it to trust on Settings -> General -> Profiles & Device Manager, I never got this issue anymore.