cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

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

Open denny-msft opened this issue 8 months ago • 2 comments

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.

denny-msft avatar Apr 10 '25 00:04 denny-msft