再使用OTOOL -L
用install_name_tool 将所有本地的路径都改为了@executable_path/../Frameworks/xxxxxxxx
但是当我用另一台mac打开时, 却打不开
Dyld Error Message:
Library not loaded: /usr/local/opt/openblas/lib/libopenblas.0.dylib
Referenced from: /Applications/LaserPro.app/Contents/Frameworks/libopencv_core.4.5.dylib
Reason: image not found
是我打包的方式不对吗