You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm encountering an error when trying to use on of the ffmpeg_kit packages when one of the dependencies in the (Flutter) project is also using the plugin. The dependency is using the min_gpl package, but I need to have lame support and need to depend on the audio package as well. However, when adding the audio package and running pod install I get this error:
The 'Pods-Runner' target has frameworks with conflicting names:
ffmpegkit.xcframework, libavcodec.xcframework, libavdevice.xcframework, libavfilter.xcframework, libavformat.xcframework, libavutil.xcframework, libswresample.xcframework, and libswscale.xcframework.
Is it supported to depend on several ffmpeg_kit packages and does anyone have a tip on how to solve this? Sorry for flutter specific question, I thought I would start here and move on to stack overflow if better suited.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I'm encountering an error when trying to use on of the ffmpeg_kit packages when one of the dependencies in the (Flutter) project is also using the plugin. The dependency is using the min_gpl package, but I need to have lame support and need to depend on the audio package as well. However, when adding the audio package and running pod install I get this error:
Is it supported to depend on several ffmpeg_kit packages and does anyone have a tip on how to solve this? Sorry for flutter specific question, I thought I would start here and move on to stack overflow if better suited.
Beta Was this translation helpful? Give feedback.
All reactions