You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred.ArgumentError (Invalid argument(s): Failed to lookup symbol 'Image_IMRead': dlsym(RTLD_DEFAULT, Image_IMRead): symbol not found)
#24
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.
Describe the bug
when I run the code on Simulator (17.4 version) and Ios real device. I got those message Failed to lookup symbol 'Image_IMRead': dlsym(RTLD_DEFAULT, Image_IMRead): symbol not found) when i click to use the function cv.imread("some image")
To Reproduce
Steps to reproduce the behavior:
Run simulator
run opencv to read the image
See error
Screenshots
opencv_dart : 1.0.0+1
flutter version : 3.16.9
The text was updated successfully, but these errors were encountered:
BTW, also note that every time you want to switch between different arch, you need to run setup again, for example, if you develop and test on a simulator, you need to run dart run opencv_dart:setup ios -a x64, now you want to switch to a real device, you need to run dart run opencv_dart:setup ios -a arm64, this is because the opencv_dart.framework will be placed in opencv_dart/ios, for both arch.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
when I run the code on Simulator (17.4 version) and Ios real device. I got those message Failed to lookup symbol 'Image_IMRead': dlsym(RTLD_DEFAULT, Image_IMRead): symbol not found) when i click to use the function cv.imread("some image")
To Reproduce
Steps to reproduce the behavior:
Screenshots

opencv_dart : 1.0.0+1
flutter version : 3.16.9
The text was updated successfully, but these errors were encountered: