Add additional dynamic library product to Package.swift by JensK611 · Pull Request #2507 · airbnb/lottie-ios
Hi Lottie-Team,
I would like to link the Lottie framework dynamically to use it inside another framework.
To avoid duplicate symbols the library should not embedded in the framework target and only embedded in the app target.
To solve this issue (since SPM Dependencies are automatically built statically) another product has been added to the Package.swift file allowing to build a dynamic framework. This seems to be a common practice as it is used by the SnapKit and RxSwift framework.