Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. compile error for ios from Qt but not with xcode
Forum Updated to NodeBB v4.3 + New Features

compile error for ios from Qt but not with xcode

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 456 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.
  • S Offline
    S Offline
    SherifOmran
    wrote on last edited by
    #1

    I have an error when i compile a test application with a dummy button directly from QT with the auto detected ios sdk, and although the device is connected and correctly setup from the developer.apple website

    03:20:57: Running steps for project testmobileapp...
    03:20:57: Starting: "/usr/local/Qt-5.12.0/bin/qmake" /Users/sherifomran/Desktop/testmobileapp/testmobileapp.pro -spec macx-g++ CONFIG+=iphonesimulator CONFIG+=simulator CONFIG+=qtquickcompiler
    Project ERROR: failed to parse default search paths from compiler output
    03:20:57: The process "/usr/local/Qt-5.12.0/bin/qmake" exited with code 3.
    Error while building/deploying project testmobileapp (kit: QT Kit IOS 5.12)
    When executing step "qmake"
    

    However, when i convert the code with qmake to xcode project, it works ! humm !
    This is a test project with default project setting

    any idea?

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

      Hi,

      How did you install Qt on your machine ?

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

        I compiled it from source code

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

          Out of curiosity, why ?

          And do you also have the same problem with the pre-built version ?

          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

          • Login

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