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. [solved][iOS] The specified system/compiler not supported
Qt 6.11 is out! See what's new in the release blog

[solved][iOS] The specified system/compiler not supported

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 3 Posters 4.4k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    dualfaces
    wrote on last edited by
    #1

    Hi all,

    according to "these instructions":http://blog.qt.digia.com/blog/2013/03/05/qt-for-ios-preview/ i tried to compile qt in order to develop for iOS systems.
    But when i try to configure the following error occurs:

    The specified system/compiler ist not supported:

    /Users/[username]/qt-ios-sim/qtbase/mkspecs/unsupported/macx-ios-clang

    I also tried macx-iosdevice-clang, both fail.

    My system is running OS X 10.8.5 and i have xcode 5.0.

    What do i have to do to correctly configure and compile qt for ios?

    Thank you,

    regards!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Just to rule out the obvious, did you install the iOS sdk ?

      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
      • D Offline
        D Offline
        dualfaces
        wrote on last edited by
        #3

        thank you. Yes, according to system->report>Software>Developer i have iOS Sdk 7.0 installed.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dualfaces
          wrote on last edited by
          #4

          Does nobody have an idea what might be wrong with my setting?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mlong
            wrote on last edited by
            #5

            Try using @-xplatform macx-ios-clang@ instead of @-xplatform unsupported/macx-ios-clang@ and see if that makes a difference.

            Software Engineer
            My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dualfaces
              wrote on last edited by
              #6

              wow, litte changes great effect :).

              Now everything went fine, configured and compiled correctly. Even the demo was built and executed correctly (at least in simulator).
              Thank you.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                It seems the guide might need a little update :)

                Since you got it working, don't forget to update the thread title prepending [solved] so other forum users may know a solution has been found :)

                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
                  mlong
                  wrote on last edited by
                  #8

                  I had stumbled onto the answer to the same question just a few hours before, so it was a convenient coincidence to see your question. :)

                  Software Engineer
                  My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

                  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