rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
78 stars 10 forks source link

iOS Framework 'opencv_dart' not found #103

Closed psguny9me closed 1 week ago

psguny9me commented 1 week ago

Error (Xcode): Framework 'opencv_dart' not found

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

I am encountering this error. Is there a solution?

mehmetnuriaydin commented 1 week ago

I am encountering this error too. I'm looking for any solution.

psguny9me commented 1 week ago

I am encountering this error too. I'm looking for any solution.

I solved this issue.

I installed 'homebrew' and 'wget'.

Try it now.

rainyl commented 1 week ago

https://github.com/rainyl/opencv_dart/blob/b71f6d1dd01f62b91cfa4b4e2340fc4bdd7510c4/ios/Makefile#L27

Yes, make sure that you have wget, tar and make installed

And, please fowllow the message Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation) to add -v to show more detailed messages if you have problems.

AND, you guys didn't follow the question template, closed.

mehmetnuriaydin commented 1 week ago

I installed wget, tar, make.

It's solved.

I tested opencv_dart 1.0.9 on ios 17.4 simulator, it's works.

Thanks so much @psguny9me and @rainyl