harrowmykel / flutter_mobile_vision_2

MIT License
11 stars 15 forks source link

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

Open ecslas1 opened 2 years ago

ecslas1 commented 2 years ago

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 commented 1 year ago

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

rohitrvayuz commented 1 year ago

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