I have a .a file from which I want to get architecture information. Running file myFile.a results in file.a: current ar archive. How can I get more
file myFile.a
file.a: current ar archive
I would suggest using objdump instead of lipo. objdump provides detailed information than lipo.