Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

[IOS] Add module.modulemap for mobileffmpeg.framework #166

@tanersener

Description

@tanersener

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>
            ^

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions