Skip to content

Xcode 16.3 build error: Implicit instantiation of undefined template 'std::char_traits<unsigned char>' #1344

@denny-msft

Description

@denny-msft

Xcode 16.3 removed the base template for std::char_traits and is causing build failures with Implicit instantiation of undefined template 'std::char_traits<unsigned char>'.

Here are the release notes with the deprecation: https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes#Deprecations

We are consuming this via OneDsCppSdk.iOS CocoaPod, and seems like the downstream dependencies will need to change usage of std::char_traits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions