【发布时间】:2012-02-17 15:35:13
【问题描述】:
之前,我用gcc,下面编译好了。但是,使用 clang 时,出现以下错误:
MyWindow.mm:37:25: error: cannot initialize a parameter of type
'id<NSTextViewDelegate>' with an lvalue of type
'NSWindow *'
[textView setDelegate:win];
^~~
怎么了?
【问题讨论】:
标签: objective-c gcc migration clang nswindow