Xcode Keyboard Shortcuts for macOS
Mac
Xcode is Apple’s official IDE for macOS, iOS, and more. These macOS-only shortcuts help streamline app development with efficient project navigation and code execution.
Action | Windows Shortcut | macOS Shortcut |
---|---|---|
Build Project | — | Command + B |
Run Project | — | Command + R |
Clean Build Folder | — | Shift + Command + K |
Toggle Assistant Editor | — | Control + Option + Command + Return |
Jump to Definition | — | Command + Click |
Open Quickly | — | Shift + Command + O |
Show Debug Area | — | Shift + Command + Y |
Toggle Breakpoint | — | Command + \ |
Step Over | — | F6 |
Step Into | — | F7 |