I am getting this compiler error in my code and I can\'t figure out why:
:0: error: unable to execute command: Segmentation fault: 11
I'm getting the same error when adopt NSTextViewDelegate protocol for my class. If I remove that protocol, compilation goes fine. Strange indeed.