-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library not loaded: '@rpath/libavcodec.framework/libavcodec #117
Comments
I also faced some issue when i switched to the latest ffmpeg release. Don't you have an issue when running |
@LeGoffMael I tried your solution but it did not work for me, however I found that if I roll back to version 1.4.3 and use ffmpeg version 4.5.1 it worked. Not a fix but a workaround for now.
|
Yes it seems this error occur only using the latest ffmpeg release (5.1.0) that video_editor is using since maybe overriding ffmpeg and using the latest video_editor version as a workaround is enough ?
|
I never managed to reproduce this issue. So, I'm not 100% sure about the reason and the fix. However, a similar error is reported in CocoaPods/CocoaPods#11608, CocoaPods/CocoaPods#10390 and flutter/flutter#92896. Those issues say that having an old Could anyone having this issue check the current version with |
update ruby-macho make me install two version ruby-macho.The problem not fix. but I uninstall all versions cocoapods and uninstall all versions ruby-macho and then install the lastest cocoapods. and then there is only one version ruby-macho. the problem fixed.Thank you. |
Thanks, solved a problem that has been bugging me for days
|
Closed because since 3.0.0, FFmpeg is not part of this package |
I am having a problem when running this plugin on iOS. Everytime I run the app it crashes on startup with the following error.
This might have something todo with arthenica/ffmpeg-kit#590
But I am not able to solve this using the steps they describe.
The text was updated successfully, but these errors were encountered: