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