/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string_view:300:42 Implicit instantiation of undefined template 'std::char_traits'
When building my app in XCode, I get the following error. I've tried to add #include <folly/String.h> in my json_pointer.cpp as well as #include and the build keeps failing.
This is an issue reported in the react-native Github Repo: https://github.com/facebook/react-native/issues/50411
Right now, the solution is to downgrade XCode from 16.3 to 16.2