bazel-xcode / PodToBUILD

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

Use cocoapods default prefix header #143

Closed jerrymarino closed 4 years ago

jerrymarino commented 4 years ago

The current search logic didn't write the default prefix header which is required for some cocoapods. It follows the logic defined in lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb:170

Additonally, this was discovered when updating to react native and there was a required fix for bazel here, which we won't need to keep up with https://github.com/facebook/react-native/pull/28946