Closed asa closed 4 years ago
@asa Could you elaborate a little more details?
Probably best to give you an example Pr. Basically there is an issue with the static linking of transitive dependancies. I would like to get a fully static final framework that imported all of the contents of several dependent modules(some swift, some objc) into a single, distributable framework. I could not use the new avoid_deps=[] to get this to work.
I submitted a pr for this example. Let me know what it takes to get this submodule compiled into the framework. Thanks!
Resolved by https://github.com/line/rules_apple_line/pull/14.
Testing with transitive modules does not work for simple cases extending //examples/ios/Mixed with a single transitive module. A working example would be great.