Skip to content
Andras PALFI
  • Dev
  • Photo
  • About

Quickly check BitCode support of a library

  • Post author By andras.palfi
  • Post date June 7, 2016
  • Categories In Computers, Dev, Mac, Uncategorized, Useful Tools, XCode

I wrote already about nm  which is a great tool to analyze the binaries.

This can be used to quickly check whether a binary supports BitCode or not. Just open a terminal where your binary stored and use this command:

nm -a -U -A -m <filename> | grep -i bitcode

 

 

  • Tags BitCode
© 2025  Andras PALFI