How can I turn this behavoir off?
It happens when you enter a close bracket without a matching open bracket. Which is annoying because I do that all the time. I don’t need xcode beeping at me (under any circustances).
(Of course I always go back and put the opening bracket in, I guess this makes me wierd, but my mind just works that way, and I don’t need xcode nagging me about it.)
Goto Xode-> Preferences-> Text Editing-> Code completion
in this u can then untick option “balance brackets in objective-c method calls”
It shold help you. But I suggest you to keep this option enable.
Also in “General” tab of Xcode preference you can set “Play Sound”(first option) enable/disable.