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 has been 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>
^
The text was updated successfully, but these errors were encountered:
mobile-ffmpeg
IOS framework bundles do not include a modulemap. This causesInclude of non-modular header inside framework module
error to be thrown when a framework that dependsmobile-ffmpeg
is built. See tanersener/flutter-ffmpeg#36.The text was updated successfully, but these errors were encountered: