-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Hi @sk3llo,
I’m facing an issue while running my Flutter app on the iOS simulator. When I build and run the project using Xcode 26.1.1 on the iPhone 17 Pro Max (iOS 26.1) simulator, I receive the following error:
ffmpeg_kit_flutter_new not found
I have attached a screenshot of the error message for reference.

Environment Details :
- Flutter SDK: 3.35.0
- Dart SDK: 3.9.0
- Xcode: 26.1.1
- iOS Simulator: iPhone 17 Pro Max (iOS 26.1)
- ffmpeg_kit_flutter_new: ^4.1.0
Issue Summary :
The project builds successfully on Flutter, but when opened in Xcode and run on the iOS 26.1 simulator, the app immediately fails with:
Module 'ffmpeg_kit_flutter_new' not found
It seems like the library is not properly included or supported for the new iOS 26.x simulators.
Expected Behavior :
The app should compile and run without errors on the iOS 17/18/26.1 simulators, and the ffmpeg_kit_flutter_new module should be detected correctly during the build.
Actual Behavior :
Xcode throws a module not found error and does not allow the app to run on the simulator.
Steps to Reproduce :
- Open Flutter project in Xcode (open ios/Runner.xcworkspace)
- Select iPhone 17 Pro Max – iOS 26.1 simulator
- Run the project
- Xcode shows “ffmpeg_kit_flutter_new not found”
Additional Notes :
- This issue appears only on iOS 26.x simulators.
- Real device testing not yet checked.
- Running via Flutter CLI also fails when simulator is used.
Request :
Can you please look into this issue?
It seems like the latest iOS simulator architecture or compatibility may not be supported in the current build of the plugin.
Thank you!