dyld: Library not loaded 动态库不能被加载

在项目中用到了很多的动态库.dylib,有些把它加进来就提示动态库不能被加载,很多都是在项目中没有调用到动态的库中的函数,简单的做法就是把它从项目剔出,如果有调用到库里的函数就要认真分析是什么原因导致动态库加载失败了。而非真正的image not found的原因。


dyld: Library not loaded: @executable_path/lib/libnetembryo.9.dylib

  

  Reason: image not found



你可能感兴趣的:(dyld: Library not loaded 动态库不能被加载)