Skip to content

libdartcv.dylib Not Found When Installing opencv_core Plugin (macOS) #352

Answered by rainyl
Kapustine asked this question in Q&A
Discussion options

You must be logged in to vote

@Kapustine Hello~

It's okay, for debug purpose, on macos, the package will firstly try to find libdartcv.dylib and then load from process, and if you are using Flutter, typically the native library will be statically linked to your program since it is introduced by cocoapods, therefore, ffi.DynamicLibrary.process() should work and you can use opencv functions as normal.

If something like symbol XXX not found is reported, please let me know.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Kapustine
Comment options

You must be logged in to vote
1 reply
@rainyl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants