Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Qt Creator Xcodebuild failed.

    General and Desktop
    3
    5
    352
    Loading More Posts
    • 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.
    • SPlatten
      SPlatten last edited by

      I have an iMAC:

      macOS Catalina
      Version 10.15.2
      
      iMac (Retina 5K, 27-inch, Late 2015)
      Processor 4 GHz Quad-Core Intel Core i7
      Memory 16 GB 1867 MHz DDR3
      Graphics AMD Radeon R9 M395X 4 GB
      

      Qt Creator 4.11.0

      Based on Qt 5.14.0 (Clang 10.0 (Apple), 64 bit)
      Built on Dec 10 2019 12:24:50
      From revision: 017ed174400
      

      Its all completely up to date, I have a C++ project which I've built, I get:

      Xcodebuild failed
      

      Tthis is reported in the Issues tab, looking at the Compile Output:

      ** BUILD FAILED **
      
       The following build commands failed:
      Check dependencies
      (1 failure) 
      make: *** [xcodebuild-debug-device] Error 65
      12:32:23: The process "/usr/bin/make" exited with code 2.
      Error while building/deploying project XMLMPAM (kit: Qt 5.11.2 for iOS)
      The kit Qt 5.11.2 for iOS has configuration issues which might be the root cause for this problem.
      When executing step "Make"
      

      I've tried cleaning and running qmake, no difference. What else can I try?

      Kind Regards,
      Sy

      1 Reply Last reply Reply Quote 0
      • dheerendra
        dheerendra Qt Champions 2022 last edited by

        Are you trying to build for MAC desktop or iOS ?

        Dheerendra
        @Community Service
        Certified Qt Specialist
        http://www.pthinks.com

        1 Reply Last reply Reply Quote 2
        • dheerendra
          dheerendra Qt Champions 2022 last edited by

          Are you trying to build for MAC desktop or iOS ?

          Dheerendra
          @Community Service
          Certified Qt Specialist
          http://www.pthinks.com

          1 Reply Last reply Reply Quote 2
          • SPlatten
            SPlatten last edited by

            I want to build for my MAC.

            Kind Regards,
            Sy

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              Hi,

              Then why are you building your application with the iOS kit ?

              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 Reply Quote 0
              • SPlatten
                SPlatten last edited by

                It wasn't my intention, I overlooked it...I will change it for mac tonight and retry.

                Kind Regards,
                Sy

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post