Description
When building for iOS using Xcode 26+, the build fails or warnings are issued because ffmpeg_kit_flutter_new is explicitly excluding the arm64 architecture. Xcode 26 now requires arm64 support for all plugins/frameworks, especially for Silicon-based Macs and modern iOS environments.
Error Message / Warning
Plaintext
The following plugin(s) are excluding the arm64 architecture, which is a requirement for Xcode 26+:
- ffmpeg_kit_flutter_new
Consider installing the "Universal" Xcode or file an issue with the plugin(s) to support arm64.