Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

Failed with `PodBuilder::Command::Build#should_build_catalyst` when `integrate_targets: false`. #39

Closed knchst closed 3 years ago

knchst commented 3 years ago

image

ref: https://github.com/CocoaPods/CocoaPods/blob/123f2d02f42075fa9f3b1bc729b342bd844efb44/lib/cocoapods/installer/analyzer.rb#L511

tcamin commented 3 years ago

Could you provide a sample project that replicates the issue? It would ease debug the issue.

Thanks

knchst commented 3 years ago

@tcamin

PodBuilderTest.zip

Here's a sample project 🙏

and I created Sample Pull Request to fix this issue. #41