I added the package video_editor: ^1.4.2 to my project but it has since caused my ios to fail to run. It always fails with the message:
Lexical or Preprocessor Issue (Xcode): 'mobileffmpeg/LogDelegate.h' file not found
/Users/baw/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_ffmpeg-0.4.2/ios/Classes/EmptyLogDelegate.h:19:9
Could not build the application for the simulator.
Error launching application on iPhone 13.
Exited (sigterm)
So i need help on solving this. Ive tried googling this, but haven’t found a solution anywhere.
Flutter doctor output
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.5, on macOS 12.3.1 21E258 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.67.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
• No issues found!
I tried flutter clean and it doesn’t solve the issue.
And I cannot upgrade to the latest flutter version 3, due to some packages i’m using that aren’t supported yet.
Any help rendered will be appreciated.
2
Answers
I got the solution to the problem and it lied behind the installation instructions. A change has to be made to the
ios/Podfile
. Adding the code segment below, beforetarget 'Runner do
line, resolves the issue.Thank you!
ensure that you add dependency_overrides