Dyld Message: Library not loaded:

otool -L
引用应该已经加好了。结果一运行crash!原因:Library not loaded
求助各位大神!

libmt编译的有问题?

libmt是在手机里拷过去的,不知道怎么才能让dyld加载它~

https://stackoverflow.com/questions/25093264/error-in-using-dumpdecrypted-to-decrypt-ios-application

put dumpdecrypted.dylib in /usr/lib

then

cd /usr/lib

then

execute the command

DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Applications/D9DC2DBC-3C80-43E8-AF79-C01480A46271/rcplus.app/rcplus mach-o decryption dumper

you will find the output in /usr/lib

thats it…

不好意思,这两个可能不是同一个问题,链接是解决加密app砸壳的。

我想我的问题,可能是Dyld,加载libmt.dylib,未能加载成功。

可是这个问题我还是没能解决啊!:grin:
SOS!!!

我也遇到了和你一样的问题,你现在解决了吗