Top "Otool" questions

otool is command line tool of MacOS X that displays info of an object.

Using otool (recursively) to find shared libraries needed by an app

I have a Cocoa app that uses otool to find required shared libraries that an app needs to function properly. …

cocoa frameworks shared-libraries otool