tyilo/insert_dylib

Image not found

TLHorse opened this issue · 2 comments

Last login: Sun Mar 29 17:18:26 on ttys000
MaTianlai@matianlaideiMac ~ % /Users/MaTianlai/Downloads/myapp.app/Contents/MacOS/myapp ; exit;
dyld: Library not loaded: libHelloLib.dylib
  Referenced from: /Users/MaTianlai/Downloads/myapp.app/Contents/MacOS/myapp
  Reason: image not found
zsh: abort      /Users/MaTianlai/Downloads/myapp.app/Contents/MacOS/myapp

Why don't it work? Is it the signature problem?

tyilo commented

Try using the absolute path of libHelloLib.dylib instead.

Try using the absolute path of libHelloLib.dylib instead.

Thanks a lot, it works!