AppsFlyerSDK / segment-appsflyer-ios

The AppsFlyer iOS SDK integration with Segment
https://segment.com/docs/integrations/appsflyer/
MIT License
23 stars 59 forks source link

Fix `use_frameworks!` interop #20

Closed fathyb closed 6 years ago

fathyb commented 6 years ago

Currently StaticLibWorkaround is needed to fix issues with transitive static libraries and 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.

danielgalasko commented 6 years ago

Is this going anywhere? Would love to see it in

danielgalasko commented 6 years ago

@af-fess any thoughts here?

danielgalasko commented 6 years ago

🎆