leavez/cocoapods-static-swift-framework

Adding `excludes` option is preferable

originme opened this issue · 0 comments

This is a great plugin, but I had some issues.

  1. pod install causes "transitive dependencies that include static frameworks"
  2. Framework WorldpayCSE includes openssl that conflicts with my app's binary which makes duplicate symbols error. In dynamic framework, it would not be a problem.