cocoapods-static-frameworks
cocoapods-static-frameworks copied to clipboard
Build static instead of dynamic frameworks.
I installed gem cocoapods-static-frameworks, but i get error: ``` [!] Invalid `Podfile` file: undefined local variable or method `static_frameworks' for #. # from /Users/mezhevikin/Desktop/Projects/bash/Podfile:4 # ------------------------------------------- # plugin 'cocoapods-static-frameworks' >...
I got 2 frameworks among the Podfile that conflicts when linking statically in linker with `duplicate symbol _sha1 in:` error message. Is it possible to skip one of them so...
With the `UIWebView-Markdown` pod I get a linker error `duplicate symbol _find_block_tag`. `find_block_tag` is a C method from `sundown` pod which is a dependency of `UIWebView-Markdown`.
If a `pod` has its own bundle, it gets lost when doing the optimization with your plugin. Is there any kind of configuration to skip some pods?