bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
323 stars 69 forks source link

syntax error when podspec has escaped quote #227

Open joprice opened 1 year ago

joprice commented 1 year ago

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

""-Wl,-U,_jump_fcontext"",

Can this be worked around with an install_script?