bazel-xcode / bazel-xcode/PodToBUILD

[React] Validate C++ default standard

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.