iOS:Unix:Mac extract info from a static lib regarding supported architecture(s). How?
I have a static library on my Mac and curious to know if the lib was built for armV7s architecture or not? Is any command/tools available to show the supported architectures in this library? Thank you, Kamran You may use otool for getting that information. From otool's manpage -L Display the names and version numbers of the shared libraries that the object file uses. As well as the shared library ID if the file is a shared library. Example > otool -L libRaptureXML_universal.a Archive : libRaptureXML_universal.a (architecture armv7) libRaptureXML_universal.a(RXMLElement.o) (architecture armv7):