Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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