[xcode] Is there a shortcut to make a block comment in Xcode?

Try command + /. It works for me.

So, you just highlight the block of code you want to comment out and press those two keys.