westracer / flutter_native_opencv

Using OpenCV natively in C++ in a Flutter app with Dart FFI
https://medium.com/flutter-community/integrating-c-library-in-a-flutter-app-using-dart-ffi-38a15e16bc14
MIT License
213 stars 38 forks source link

Use of undeclared identifier 'NativeOpencvPlugin' #10

Closed aorellanat closed 2 years ago

aorellanat commented 2 years ago

Hi, I'm trying to run this project, it's working fine in Android but not in iOS, I get this error:

'opencv2/opencv.hpp' file not found. Did not find header 'opencv.hpp' in framework

I downloaded OpenCV iOS release and paste as it is in the README.

Some suggestions? Thank you in advance!