bazel-xcode / bazel-xcode/PodToBUILD
syntax error when podspec has escaped quote
Open
- Dominant language
- Swift
- Stars
- 330
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
The podspec for RCT-Folly ( https://github.com/facebook/react-native/blob/43636267011a97490ed7495b08e500c5d0d54872/third-party-podspecs/RCT-Folly.podspec#L80) has a quote that is escaped, which results in starlark like the following
```starlark
""-Wl,-U,_jump_fcontext"",
```
Can this be worked around with an install_script?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.