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. QT6.3.1 cannot be compiled the examples with ios emulator
Forum Update on Monday, May 27th 2025

QT6.3.1 cannot be compiled the examples with ios emulator

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 241 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.
  • R Offline
    R Offline
    Ronald1268
    wrote on last edited by
    #1

    Hi all,

    I have downloaded the online installer and installed QT6.3.1 in mac OS (version 12.5) and xcode (13.4.1). I would like to compile the example analog clock in ios emulator but fail. The project uses ios emulator kit which is the QT default kit.

    The error messages are shown as below:
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/plugins/platforms/libqios_debug.a'
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/plugins/imageformats/libqgif_debug.a'
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/plugins/imageformats/libqico_debug.a'
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/plugins/imageformats/libqjpeg_debug.a'
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/lib/libQt6Widgets_debug.a'
    :-1: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/lib/libQt6Gui_debug.a'
    clang: error: no such file or directory: '/Users/qt/work/qt/qtbase/build/target/lib/libQt6Gui_debug.a'
    Command Ld failed with a nonzero exit code

    ** BUILD FAILED **

    The following build commands failed:
    Ld /Users/terrychan/Qt/Examples/Qt-6.3.1/widgets/widgets/build-analogclock-Qt_6_3_1_for_iOS_Simulator-Debug/Debug-iphonesimulator/analogclock.app/analogclock normal (in target 'analogclock' from project 'analogclock')
    (1 failure)
    make: *** [xcodebuild-debug-simulator] Error 65
    :-1: Error while building/deploying project analogclock (kit: Qt 6.3.1 for iOS Simulator)
    Error while building/deploying project analogclock (kit: Qt 6.3.1 for iOS Simulator)
    When executing step "Make"

    But I don't have any path in /Users/qt/work/qt/qtbase/ since I installed QT in /Users/terrychan/Qt...

    Is the /Users/qt/work/qt/qtbase/ a default path in qmake? How to solve it?

    Thank you.

    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