-1
前に、gcc
を使用し、以下のようにコンパイルしました。しかし、clang
を使用すると、次のエラーが表示されます。私のコードをコンパイルしないのはなぜですか?
MyWindow.mm:37:25: error: cannot initialize a parameter of type
'id<NSTextViewDelegate>' with an lvalue of type
'NSWindow *'
[textView setDelegate:win];
^~~
どうしたらいいですか?