You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
mobile-ffmpeg IOS framework bundles do not include a modulemap. This causes Include of non-modular header inside framework module error to be thrown when a framework that depends mobile-ffmpeg is built. See tanersener/flutter-ffmpeg#36.
error: include of non-modular header inside framework module ../Pods/mobile-ffmpeg-min-gpl/mobileffmpeg.framework/Headers/MobileFFmpegConfig.h'
[-Werror,-Wnon-modular-include-in-framework-module]
#import <mobileffmpeg/MobileFFmpegConfig.h>
^