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. xcodebuild: error: Unable to find a destination matching the provided destination specifier:
QtWS25 Last Chance

xcodebuild: error: Unable to find a destination matching the provided destination specifier:

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 2.4k 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
    mrdebug
    wrote on 11 Feb 2017, 03:03 last edited by A Former User 2 Dec 2017, 17:38
    #1

    Hi. I'm using the latest Qt version (5.8) and the latest xcode.
    I can create and run an app in my iPad using xcode but when I try to build my Qt app I obtain this error:

    xcodebuild: error: Unable to find a destination matching the provided destination specifier:
    { generic:1, platform:iOS }

        Available destinations for the "DomusBossTouch" scheme:
                { platform:macOS, arch:x86_64 }
                { platform:macOS, arch:i386 }
    

    make: *** [xcodebuild-release-device] Error 70

    Can someon suggest me a way to resolve?

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Feb 2017, 21:42 last edited by
      #2

      Hi,

      Aren't you trying to use a macOS Qt build your iPad application ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrdebug
        wrote on 11 Feb 2017, 21:59 last edited by
        #3

        Solved by comment out QMAKE_MAC_SDK = macosx10.12

        Need programmers to hire?
        www.labcsp.com
        www.denisgottardello.it
        GMT+1
        Skype: mrdebug

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 11 Feb 2017, 22:27 last edited by
          #4

          Put that line in a macOS scope and you should be good to go.

          Note that you might not need it anymore since you updated Qt.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          11 Feb 2017, 03:03

          • Login

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