[!] 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.
i’m facing issue with this package video_editor
2
Answers
The issue that was raising on my end was of ffmpegkit package. so when I changed it to ffmpeg_kit_flutter_full it worked.
hope it helps.
Downgrading my cocoapods back to 1.11.3 worked… Just a temporary fix for now