Xcode itself includes a huge number of command-line tools that form the basis of the entire build process for your apps. In this post I’ll be talking about three of them: lipo, otool, and nm.
Source: Working with multiple architectures & compiled binaries – Mobile Development with Aloha