Closed fathyb closed 6 years ago
Currently StaticLibWorkaround is needed to fix issues with transitive static libraries and use_frameworks!.
StaticLibWorkaround
use_frameworks!
Now that CocoaPods supports the static_framework setting we don't need it anymore and the Pod should act the same way - use_frameworks! or not.
static_framework
Is this going anywhere? Would love to see it in
@af-fess any thoughts here?
🎆
Currently
StaticLibWorkaround
is needed to fix issues with transitive static libraries anduse_frameworks!
.Now that CocoaPods supports the
static_framework
setting we don't need it anymore and the Pod should act the same way -use_frameworks!
or not.