In Xcode Options
Choose an option
Debugging-> Debugging WorkFlow-> Always show disassembly
Place a breakpoint in the code where you want to see the assembly code. You can then view the assembly code when the code has reached this breakpoint.
source
share