How can I get the architecture of a '.a' file?

前端 未结 5 1437
星月不相逢
星月不相逢 2020-12-24 06:21

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

5条回答
  •  情话喂你
    2020-12-24 06:40

    I would suggest using objdump instead of lipo. objdump provides detailed information than lipo.

提交回复
热议问题