I am on Mac OS X 10.10.5
I am using Xcode 7.0 to create an enterprise iOS application to work.
Some of the libraries in this enterprise application are static, and some are dynamic.
I was able to use otool -L to tell me what I need for dynamic libraries , but static libraries . I just get a list of .o files, which led to the creation of a static library, and that says nothing about what dependencies are.

source share