Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ココアアプリケーション」を選択して、空のOSXプロジェクトを作成しました。ビルドに行くと、次のエラーメッセージが表示されます。
「合成されたプロパティ'window'は、互換性のあるivarと同じ名前にするか、明示的にivarに名前を付ける必要があります。」
何らかの理由で、デフォルトのテンプレートは作成されません。その理由は、プロパティ_windowが宣言されていないためです。
@interface AppDelegate : NSObject <NSApplicationDelegate> { IBOutlet NSWindow *_window; }