Xcode swift failed with exit code 254

前端 未结 7 2364
灰色年华
灰色年华 2021-02-07 14:14

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


        
7条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 14:30

    I'm getting the same error when adopt NSTextViewDelegate protocol for my class. If I remove that protocol, compilation goes fine. Strange indeed.

提交回复
热议问题