Console outputs a warning about keyWindow call at launch

Issue #23 resolved
1024 repo owner created an issue

Console out puts the following message at app launch.

KVO autonotifying only supports -set<Key>: methods that return void. Autonotifying will not be done for invocations of -[NSApplication _setKeyWindow:].

However, the app works well.

This is caused by binding to keyWindow on MainMenu.xib.

Comments (1)

  1. Log in to comment