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.
我通过选择“可可应用程序”创建了一个空的 OS X 项目。当我去构建时,我收到以下错误消息:
“综合属性‘窗口’必须与兼容的 ivar 命名相同,或者必须明确命名 ivar”
无论出于何种原因,默认模板都不会构建。原因是没有声明属性 _window。
@interface AppDelegate : NSObject <NSApplicationDelegate> { IBOutlet NSWindow *_window; }