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. XCode26 new Standard C++ Library breaks Qt 6
Forum Updated to NodeBB v4.3 + New Features

XCode26 new Standard C++ Library breaks Qt 6

Scheduled Pinned Locked Moved Solved General and Desktop
macosc++
2 Posts 1 Posters 298 Views 2 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.
  • artwawA Offline
    artwawA Offline
    artwaw
    wrote on last edited by artwaw
    #1

    With macOS update I noticed several issues, mainly:

    In included file: 'type_traits' file not found
    qglobal.h:13:12: error occurred here
    
    In template: no type named 'parameter_type' in 'QArrayDataPointer<QString>'
    qlist.h:106:28: error occurred here
    

    and so on.
    I gather this has to do with a Standard Library changes being rolled out as described in the Apple documentation here: https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes#C++-Standard-Library

    Does anyone have any immediate solution or idea when this would be remediated?

    Many thanks in advance,
    Artur

    For more information please re-read.

    Kind Regards,
    Artur

    1 Reply Last reply
    0
    • artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      Solution: some paths in Qt needed updating in build configuration - from macOS15.5.sdk to macOS26.sdk.

      For more information please re-read.

      Kind Regards,
      Artur

      1 Reply Last reply
      0
      • artwawA artwaw has marked this topic as solved on

      • Login

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