Ios swift – SPM binary target, additional frameworks not being included
I'm trying to integrate a binaryTarget into a project using Swift Package Manager. The binary comes as a .zip containing the main ffmpegkit.xcframework plus 7 additional .xcframework's that it depends on. Here's the folder structure from DerivedData/.../SourcePackages/artifacts/... after SPM has…