Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Deploy on iOS device
QtWS25 Last Chance

Deploy on iOS device

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 4 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mcosta
    wrote on last edited by
    #1

    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

    Once your problem is solved don't forget to:

    • Mark the thread as SOLVED using the Topic Tool menu
    • Vote up the answer(s) that helped you to solve the issue

    You can embed images using (http://imgur.com/) or (http://postimage.org/)

    T 1 Reply Last reply
    1
    • N Offline
      N Offline
      Nando
      wrote on last edited by
      #2

      Hi,
      did you solve the problem?
      I still have the same here with latest Xcode and iOS 8.4.

      Greetings

      1 Reply Last reply
      0
      • D Offline
        D Offline
        deleted387
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • M mcosta

          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

          T Offline
          T Offline
          thamht4190
          wrote on last edited by
          #4

          @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.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved