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. Xcode26 any experiences / problems ?
Forum Updated to NodeBB v4.3 + New Features

Xcode26 any experiences / problems ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
iosxcode
3 Posts 2 Posters 96 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.
  • ekkescornerE Offline
    ekkescornerE Offline
    ekkescorner
    Qt Champions 2016
    wrote last edited by
    #1

    any experiences / problems with Qt or QtCreator and Xcode26.0.1 ?

    I'm on ...

    • macOS 15.6.1
    • Xcode 16.4
    • 15 customer projects (Mobile Business Apps, Android, iOS) currently on Qt 15.5 (because of QML Camera), 6.7.1 or 6.9.2 w QMake / CMake
    • QtCreator 17.0.1

    In the past there were often problems with Xcode .0 versions.

    Read that Xcode 26.1 is in beta and expected to be available end of october.
    so I've planned to update then to 26.1.

    curios to hear about your experiences or problems with Xcode 26

    ekke ... Qt Champion 2016 | 2024 ... mobile business apps
    5.15 --> 6.9 https://t1p.de/ekkeChecklist
    QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

    1 Reply Last reply
    1
    • Z Offline
      Z Offline
      ziller
      wrote last edited by
      #2

      There have been some changes in the macOS 26 SDK that affect Qt:

      Apple removed the AGL framework https://bugreports.qt.io/browse/QTBUG-137687 which Qt so far depended on. That's fixed in 6.5.10, 6.8.4, 6.9.2+ though the patch (https://codereview.qt-project.org/c/qt/qtbase/+/652022) probably is easily applied to other versions too.

      Building against macOS 26 SDK automatically turns on the Liquid Glass UI by default. https://bugreports.qt.io/browse/QTBUG-138942 . Various issues with that have been fixed in 6.5.11, 6.8.5, 6.10.0 . If you want earlier Qt versions but still build with the macOS 26 SDK, you should set UIDesignRequiresCompatibility in the application's Info.plist to make it use the old UI.

      1 Reply Last reply
      3
      • ekkescornerE Offline
        ekkescornerE Offline
        ekkescorner
        Qt Champions 2016
        wrote last edited by
        #3

        thx. very helpful info

        ekke ... Qt Champion 2016 | 2024 ... mobile business apps
        5.15 --> 6.9 https://t1p.de/ekkeChecklist
        QMake --> CMake https://t1p.de/ekkeCMakeMobileApps

        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