Deploy on iOS device
-
wrote on 16 Sept 2014, 14:20 last edited by
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
-
wrote on 12 Jul 2015, 10:20 last edited by
Hi,
did you solve the problem?
I still have the same here with latest Xcode and iOS 8.4.Greetings
-
wrote on 31 Mar 2016, 21:23 last edited by
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
wrote on 11 Feb 2020, 07:41 last edited by@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.