Skip to content

flutter: Error loading libdartcv.dylib, chnage to warning #390

@JILJEKLFI

Description

@JILJEKLFI

Describe the bug
Hello there, when I run cv.imdecode() the console shows the following error, but it still can run and return a result.

"flutter: Error loading libdartcv.dylib, error: Invalid argument(s): Failed to load dynamic library 'libdartcv.dylib': dlopen(libdartcv.dylib, 0x0001): tried: 'libdartcv.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibdartcv.dylib' (no such file), "

To Reproduce
Here is the code

(bool, Uint8List) grayScale() {
final src = cv.imdecode(imageBytes, cv.IMREAD_GRAYSCALE);
return cv.imencode('.jpg', src);
}

Screenshots

Image

Desktop (please complete the following information):

  • OS: macOS26.0.1
  • opencv_core: ^1.4.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions