/CocoapodsTransitiveDependencyBug

A PoC project reproducing a bug reported with the Cocoapods iOS dependency manager regarding installing frameworks for specific configurations for frameworks that are transitive dependencies.

Primary LanguageRubyMIT LicenseMIT

Poc For a Bug

Reproducible with cocoapods 1.10.1.

This project is not runnable in any form, it is just a proof of concept in order to reproduce a bug.

Use bundle install to install cocoapods, then bundle exec pod install to install the pods. This creates this file: Pods/Target Support Files/Pods-CocoapodsTransitiveDependencyBug/Pods-CocoapodsTransitiveDependencyBug-frameworks.sh . It includes transitive dependencies of the original pod, although the pod itself is not included due to :configurations => 'Debug'.