bazel-xcode / bazel-xcode/PodToBUILD
[React] Validate C++ default standard
Open
bug
good first issue
- Dominant language
- Swift
- Stars
- 330
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
In React, JSInspector requires C++ 14 standard. If this is the expected behavior in cocoapods for `CppLike` sources, then make sure to set this as the default value.
```
name = "React",
url = 'https://github.com/facebook/react-native/archive/v0.57.0.zip',
user_options = [
"jsinspector.copts += -std=c++14",
],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.