Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS issue in latest version: FlutterMobileVisionPlugin.h not found #8

Open
ecslas1 opened this issue Aug 10, 2022 · 2 comments
Open

Comments

@ecslas1
Copy link

ecslas1 commented Aug 10, 2022

When I integrate the lib into my iOS flutter application, after pub get, on build xCode warn me that
#import "FlutterMobileVisionPlugin.h" is not found inside FlutterMobileVision_2Plugin.m.

Please, change the import to #import "FlutterMobileVision_2Plugin.h".

@eggnogdev
Copy link

I just spent hours trying to figure out what was wrong, thank you for this

@rohitrvayuz
Copy link

When I integrate the lib into my iOS flutter application, after pub get, on build xCode warn me that #import "FlutterMobileVisionPlugin.h" is not found inside FlutterMobileVision_2Plugin.m.

Please, change the import to #import "FlutterMobileVision_2Plugin.h".

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants