Skip to content

"Module 'openvpn_flutter' not found" when building iOS project #141

Description

@kleus88

Hi,
I'm currently integrating the openvpn_flutter package into my Flutter project, and I'm encountered an issue when building the iOS target. The build fails with the following error:
Module 'openvpn_flutter' not found
This occurs in the generated Generated Plug in Registrant.m file at the @import openvpn_flutter; line.
I've already run flutter pub get, pod install, and ensured the plugin is correctly listed in my pubspec.yaml. I'm also using openvpn_flutter version ^1.3.4.
Do you have any recommendations on how to resolve this issue? Is there anything specific I need to configure in Xcode or the Podfile for this plugin to be correctly recognized?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions