I am using Xcode16, old React Native.
I don't know why CLANG_CXX_LANGUAGE_STANDARD in Pods is gnu++14 when I pod install locally, but gnu++20 when I pod install with CircleCI
Post
Replies
Boosts
Views
Activity
Why is gnu++14 specified locally and gnu++20 specified in CI?