Xcode -> Product -> Perform Action -> Assemble “*.m” 即可获得汇编输出

此外,还可以进入文件目录,键入命令: clang -S -fobjc-arc input.m -o output.s ,在该目录下即可获得汇编输出