a command-line tool for displaying infomation in object files.
otool --version otool [option]... [FILE]...
显示出链接的动态库。类似于GNU/Linux中的ldd命令。
动态库
GNU/Linux
示例:
otool -L libadd.dylib otool -L $(command -v otool)