Closed singh-karan-7 closed 2 years ago
Did you find any solution for this ? I have same problem.
(lldb) dyld[82371]: Library not loaded: '@rpath/ffmpegkit.framework/ffmpegkit' Referenced from: '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Runner' Reason: tried: '/usr/lib/swift/ffmpegkit.framework/ffmpegkit' (no such file), '/usr/lib/swift/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/usr/lib/swift/ffmpegkit.framework/ffmpegkit' (no such file), '/usr/lib/swift/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/private/var/containers/Bundle/Application/64E91E86-F4D4-4343-AD71-048C102962A8/Runner.app/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file), '/System/Library/Frameworks/ffmpegkit.framework/ffmpegkit' (no such file)
__abort_with_payload + 8 dyld
__abort_with_payload:
-> 0x1035c72cc <+8>: b.lo 0x1035c72e8 ; <+36>
0x1035c72d0 <+12>: stp x29, x30, [sp, #-0x10]!
0x1035c72d4 <+16>: mov x29, sp
0x1035c72d8 <+20>: bl 0x10358d64c ; cerror_nocancel
Target 0: (Runner) stopped.Yes, in my case, I did not add dependency in pubspec.yaml file. This is how you should add:
ffmpeg_kit_flutter: 5.1.0-LTS
The important point to note is to NOT add the ^
symbol at the start of the version.
But I'm using video trimmer and in that it is used. I never used directly it in my project still getting same error
i added this package ffmpeg_kit_flutter_min_gpl: ^5.1.0 and i am getting platfrom exception error in iOS but works fine in android. can anyone have idea about this?
i added this package ffmpeg_kit_flutter_min_gpl: ^5.1.0 and i am getting platfrom exception error in iOS but works fine in android. can anyone have idea about this?
Did you try removing the caret symbol(^)?Try: ffmpeg_kit_flutter_min_gpl: 5.1.0
or try the one that I have written above: ffmpeg_kit_flutter: 5.1.0-LTS
But I'm using video trimmer and in that it is used. I never used directly it in my project still getting same error
Please, do tell the exact library(with link) or just try the ffmpeg_kit_flutter directly.
I am trying to implement ffmpeg-kit framework in Flutter app. I added the framework to the project as described here. The app works on Android devices, but, app doesn't even start on iOS devices(neither real nor simulator). I am getting the following "Problem report for Runner" error dialog: