OSError: dlopen(/Users/ncc-1701-enterprise/Documents/MERFISH_analysis/storm-analysis/storm_analysis/c_libraries/libmatched_filter.dylib, 6): Library not loaded: libft_math.dylib
Referenced from: /Users/ncc-1701-enterprise/Documents/MERFISH_analysis/storm-analysis/storm_analysis/c_libraries/libmatched_filter.dylib
Reason: image not found
I’m speechless. The problem of this dynamic library can’t be solved in my life. I’m desperate, okay. Put on my mask of pain.
This is because libft_Math.dylib
is libmatched by the dynamic library _Filter.dylib
, so GCC
will go to usr/local/lib
, you have to put libft_Math.dylib
move to the usr/local/lib
directory.
We finally solved the problem of dynamic library. Thank you. I can finally take off my mask of pain.