otool
1.1、otool命令的作用

a command-line tool for displaying infomation in object files.

1.2、otool命令的使用格式
otool --version
otool [option]... [FILE]...
1.2.1、-L

显示出链接的动态库。类似于GNU/Linux中的ldd命令。

示例:

otool -L libadd.dylib
otool -L $(command -v otool)